Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 4,992 for

text annotations

(0.12 sec)
  1. 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 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....Annotation Product Solution GroupDocs...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with metadata in Presentations | GroupDocs

    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....Annotation Product Solution GroupDocs...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Annotation Product Solution GroupDocs...messages that contain specific text in the subject or body. —Allows...

    docs.groupdocs.com/viewer/python-net/render-lot...
  4. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Annotation Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  5. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Annotation Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/java/build-your-first...
  6. How to Convert ODT to HTML using Java

    Let's learn how to convert ODT to HTML using Java without installing any extra software. Also, write code example to export ODT to HTML in Java using conversion library....Annotation Product Family GroupDocs...need to convert Open Document Text ( ODT ) files to HTML, you have...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert MSG to DOCX using Java

    This section will teach you how to convert MSG to DOCX using Java without the need of third-party software. Also, we will provide code to export MSG to DOCX in Java....Annotation Product Family GroupDocs...with Microsoft Word and other text editors. There might be instances...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Perform Synonym Search using C#

    Enhance search functionality with perform synonym search using C# to retrieve relevant results. Achieve accuracy with C# search with synonym matching solutions....Annotation Product Family GroupDocs...library, you can confidently find text with special characters in C#...

    kb.groupdocs.com/search/net/perform-synonym-sea...
  9. Convert XLSX to DOCX using Python

    Convert XLSX to DOCX using Python to automate document generation. Learn how to export XLSX to DOCX in Python while retaining structured layout and formatting....Annotation Product Family GroupDocs...DOCX output allows for rich text styling, header structures,...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  10. Convert PDF to XLSX using Python

    Learn how to convert PDF to XLSX using Python with clear steps. Effortlessly export PDF to XLSX using Python, without using any extra software on your computer....Annotation Product Family GroupDocs...create editable OpenDocument Text files from your PDFs. Updated...

    kb.groupdocs.com/conversion/python/convert-pdf-...