Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 17,618 for

pdf comparison

(1.62 sec)
  1. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Save attachments | GroupDocs

    Save attachments and embedded files from Pdf, Outlook data file or email...Comparison Product Solution GroupDocs...Outlook data files, archives, and PDF documents. C# using System.IO...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  3. Save attachments | GroupDocs

    Save attachments and embedded files from Pdf, Outlook data file or email...Comparison Product Solution GroupDocs...Outlook data files, archives, and PDF documents. JavaScript import...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  4. Load specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...formats (auto-detected) # - PDF # - DOC, DOCX # - XLS, XLSX #...

    docs.groupdocs.com/parser/python-net/load-speci...
  5. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Comparison Product Solution GroupDocs...( f => new [] { ".docx" , ".pdf" , ".xlsx" , ".epub" } . Contains...

    docs.groupdocs.com/markdown/net/batch-convert/
  6. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Comparison Product Family GroupDocs...formats such as TIFF, PPSM, PDF, MHT, PPTX, XLSX, and many more...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....Comparison Product Solution GroupDocs...document content. The Word and PDF documents, Excel and Oped Document...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Verifying documents with exception handling | G...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { DigitalVerifyOptions options...

    docs.groupdocs.com/signature/net/verifying-docu...
  9. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { DigitalVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-digital...
  10. How to Convert Excel to CSV in Java

    This post covers basic document conversion and contains detailed instructions on how to convert Excel to CSV in Java along with Java code to convert Excel to CSV....Comparison Product Family GroupDocs...look out how to convert HTML to PDF in Java . Updated on 08 Apr 2022...

    kb.groupdocs.com/conversion/java/how-to-convert...