Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 4,714 for

text annotations

(0.04 sec)
  1. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Node.js via Java API and couple lines of code...Annotation Product Solution GroupDocs...any size and structure - all text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/nodejs-java/merge-pdf/
  2. Adding image watermarks | Documentation

    GroupDocs.Watermark API supports adding the following image file types as image watermark...Annotation Product Solution GroupDocs...the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/net/adding-image-w...
  3. Advanced search archive documents | Documentation

    This article explains how to make advanced search withing the archive that contains several documents for any electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...different options to search text data within the archive docuemnts...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Build your first search solution | Documentation

    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/net/build-your-first-...
  5. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to Text or PDF using OCR with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...recognitionAreasText . size (); i ++) { String text = result . recognitionAreasText...

    docs.groupdocs.com/conversion/java/convert/imag...
  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....Annotation Product Solution GroupDocs...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. 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....Annotation Product Solution GroupDocs...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. How to Convert ODT to SVG using Java

    In this topic, you will learn how to convert ODT to SVG using Java without installing third-party software. Also, we will provide code to export ODT to SVG in Java....Annotation Product Family GroupDocs...needing to convert Open Document Text ( ODT ) files to SVG, you’ve...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....Annotation Product Family GroupDocs...rendering of graphics, tables, and text. This solution is ideal for...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  10. Convert CSV to PDF using C#

    Let's quickly understand how to convert CSV to PDF using C#. We will provide you with essential instructions and code example to export CSV to PDF using C#....Annotation Product Family GroupDocs...document content, including text, images, and graphics, in a...

    kb.groupdocs.com/conversion/net/convert-csv-to-...