Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 3,309 for

file format conversion

(1.3 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...related to PDF, DWG and ODG file formats. Furthermore, a few compatibility...archives and a couple of code files as well as provided the features...

    blog.groupdocs.com/groupdocs.blog/page/37/
  2. How to Add Text Signature to RTF using C#

    In this guide, we will walk you through the steps to add text signature to RTF using C#. we will supply you with code example to insert text signature to RTF in C#....Conversion Product Family GroupDocs...signature to your RTF (Rich Text Format) documents can personalize...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  3. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......Font Formatting Source Sans Pro Light, 14 pt. Simple text in...multiple segments of text formatted in different fonts, sizes...

    docs.groupdocs.com/viewer/java/sample-files/get...
  4. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......Font Formatting Source Sans Pro Light, 14 pt. Simple text in...multiple segments of text formatted in different fonts, sizes...

    blog.groupdocs.com/id/markdown/groupdocs-markdo...
  5. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......Font Formatting Source Sans Pro Light, 14 pt. Simple text in...multiple segments of text formatted in different fonts, sizes...

    blog.groupdocs.com/cs/markdown/groupdocs-markdo...
  6. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for Java API features....Conversion Product Solution GroupDocs...feedback Almost all formats within WordProcessing format family, like...

    docs.groupdocs.com/editor/java/adding-class-nam...
  7. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....Conversion Product Solution GroupDocs...To extract a text from image files or non-text PDF documents GetText...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  8. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File Format inFormation. Load a PDF document Extract the root metadata package Use the FileType property to obtain File Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Conversion Product Solution GroupDocs...readable stream from the input file path. const fs = require ( 'fs'...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  10. Extract emails from Outlook Storage | GroupDocs

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg Files). Here are the steps to extract an email text from outlook storage:...Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Emails...

    docs.groupdocs.com/parser/java/extract-emails-f...