Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 14,433 for

pdf annotation comparison

(0.05 sec)
  1. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  3. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....Annotation Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  4. Signing archive documents in batch | Documentation

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/signing-archi...
  5. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-formatted...
  6. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-reports/
  7. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. How to Extract Metadata from Word Document in C#

    This short tutorial explains every piece of information to extract Metadata from Word document in C# and provides a working code to get Word metadata using C#....Annotation Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  9. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-document...
  10. Render DOCX as HTML using Python

    In this topic, you will learn how to render DOCX as HTML using Python. A code example will also be provided to create HTML from DOCX in Python for search engine visibility....Annotation Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/viewer/python/render-docx-as-h...