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

text annotations

(0.04 sec)
  1. Convert PDF to DOCX using Java

    Effortlessly convert PDF to DOCX using Java, eliminating the need for additional tools. Also, we will furnish you with code example to export PDF to DOCX using Java....Annotation Product Family GroupDocs...projects. Whether you’re extracting text, adjusting formatting, or integrating...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  2. Scan Barcode from DOCX using Java

    This guide demonstrates how to scan barcode from DOCX using Java, including a code example to help you extract barcode from DOCX in Java easily and efficiently....Annotation Product Family GroupDocs...content from DOCX files, such as text, metadata, images, and barcodes...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  3. Get Document Information using C#

    Discover the process of how to get document information using C#. Enhance document management efficiency by learning how to get file properties using C#....Annotation Product Family GroupDocs...Whether you’re dealing with text documents, spreadsheets, presentations...

    kb.groupdocs.com/metadata/net/get-document-info...
  4. Scan Barcode from DOCX using C#

    This guide explains how to scan barcode from DOCX using C#, featuring a code example to help you extract barcode from DOCX in C# efficiently and seamlessly....Annotation Product Family GroupDocs...various types of content, such as text, metadata, images, and barcodes...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  5. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Python via .NET...Annotation Product Solution GroupDocs...array of delimiters to split text into words. CompareBookmarks...

    docs.groupdocs.com/comparison/python-net/compar...
  6. How to Convert ODT to HTML using C#

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

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. 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...
  8. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API....Annotation Product Solution GroupDocs...barcodeSignature . getEncodeType ()+ " and text " + barcodeSignature . getText...

    docs.groupdocs.com/signature/java/search-for-ba...
  9. How to save signed Image with different output ...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API....Annotation Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/net/save-signed-im...
  10. Verify QR-code signatures in the document | Doc...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...this value is set by default Text = "John" , MatchType = TextMatchType...

    docs.groupdocs.com/signature/net/verify-qr-code...