Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 15,278 for

pdf comparison

(0.06 sec)
  1. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....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. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Comparison Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Comparison Product Solution GroupDocs...signature = new Signature ( "signed.pdf" )) { // setup search options...

    docs.groupdocs.com/signature/net/search-for-emb...
  4. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....Comparison Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/sign-documents...
  5. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....Comparison Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/search-op...
  6. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET using GroupDocs.Parser...Comparison Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....Comparison Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/search-for-en...
  8. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....Comparison Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/search-network-n...
  9. Generate document pages preview | Documentation

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Comparison Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // create preview options...

    docs.groupdocs.com/signature/net/generate-docum...
  10. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....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...