Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 5,732 for

file conversion

(1.7 sec)
  1. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...Conversion Product Solution GroupDocs...detection algorithm and output file creation by setting the CompareOptions...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  2. 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...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Scan Barcode from PPTX using C#

    This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly....Conversion Product Family GroupDocs...PPTX (PowerPoint Open XML) files can enhance processes such as...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  4. Delete indexed paths | GroupDocs

    GroupDocs.Search supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....Conversion Product Solution GroupDocs...indexed files and folders from an index. Only files or folders...

    docs.groupdocs.com/search/net/delete-indexed-pa...
  5. Add Text Watermark to Image Using Python

    Learn how to add text watermark to image using Python. This tutorial shows how to embed watermark text into image images with custom font, color, and alignment....Conversion Product Family GroupDocs...styled text directly into PNG files. This guide walks you through...

    kb.groupdocs.com/watermark/python/add-text-wate...
  6. 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...library and making the required file path modifications, integrating...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  7. Sign document with MaxiCode barcode Symbology |...

    This article explains how to sign document with MaxiCode barcode Symbology signatures...Conversion Product Solution GroupDocs...data }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...Conversion Product Solution GroupDocs...10 } }; // sign document to file signature . Sign ( "QRCodeEncryptedText...

    docs.groupdocs.com/signature/net/sign-documents...
  9. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...Conversion Product Solution GroupDocs...to sign Spreadsheet document files. Spreadsheet document metadata...

    docs.groupdocs.com/signature/java/esign-spreads...
  10. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Conversion Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-metadata...