Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 5,160 for

file comparison

(0.04 sec)
  1. Output Format and Password | Documentation

    Learn how to save an edited Word document with a password or change the output document format using GroupDocs.Editor for Node.js via Java....Comparison Product Solution GroupDocs...with a binary nature, support file encryption with a password....

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  2. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed....Comparison Product Solution GroupDocs...Editor for Java you can edit files of various formats and no third-party...

    docs.groupdocs.com/editor/java/product-overview/
  3. Working with metadata in PDF documents | Docume...

    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....Comparison Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain File format information advanced_usage....Comparison Product Solution GroupDocs...and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. 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....Comparison Product Family GroupDocs...PPTX (PowerPoint Open XML) files can enhance processes such as...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  6. Working with metadata in PDF documents | Docume...

    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 getPdfType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Comparison Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....Comparison Product Family GroupDocs...PPTX (PowerPoint Open XML) files can greatly enhance operations...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  8. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....Comparison Product Solution GroupDocs...= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  9. 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#....Comparison Product Family GroupDocs...library and making the required file path modifications, integrating...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  10. Extract Hyperlinks from XLS using C#

    Efficiently extract hyperlinks from XLS using C#. Learn how to read hyperlinks from XLS in C# with step-by-step guidance, enhancing your document processing workflows....Comparison Product Family GroupDocs...using C# Hyperlinks within XLS files are invaluable for connecting...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...