Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 5,015 for

text annotations

(2.71 sec)
  1. GroupDocs.Viewer for Java overview | GroupDocs

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Annotation Product Solution GroupDocs...the source document. Extract text from PDF files and images. and...

    docs.groupdocs.com/viewer/java/product-overview/
  2. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution in Java....Annotation Product Solution GroupDocs...structured representation of the text, including bounding rectangles...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  3. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark for Java....Annotation Product Solution GroupDocs..."document.pdf" ); // Initialize text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/java/adding-waterm...
  4. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Annotation Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions options =...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs...encodings. specifies that if text starts with “=” it should be...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  6. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Viewer for Node.js via Java. No Microsoft Office or other third‑party software is required....Annotation Product Solution GroupDocs...Word/Excel/PowerPoint/PDF and other text-based formats, make sure commonly...

    docs.groupdocs.com/viewer/nodejs-java/system-re...
  7. 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...
  8. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Annotation Product Solution GroupDocs...Creating a document object const text = fs . readFileSync ( documentFilePath...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  9. How to Convert DOCX to SVG using C#

    Within this article, you will find complete instructions on how to convert DOCX to SVG using C# along with sample .NET application to transform DOCX to SVG in C#....Annotation Product Family GroupDocs...as when you want to display text or images on a web page or an...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert ODT to JPG using Java

    In this topic, we will discover how to convert ODT to JPG using Java without installing additional software installations along with code to export ODT to JPG in Java....Annotation Product Family GroupDocs...possess an ODT (Open Document Text) file and desire to convert...

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