Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 5,155 for

text annotations

(0.18 sec)
  1. How to Add Watermark to Excel Worksheets using ...

    You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....Annotation Product Family GroupDocs...information on configuring the annotation package and a code example...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  2. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Python via .NET API....Annotation Product Solution GroupDocs...and TSV), XML, HTML, and plain text. — common for all documents...

    docs.groupdocs.com/editor/python-net/extracting...
  3. System requirements | GroupDocs

    GroupDocs.Total for Python via .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Annotation Product Solution GroupDocs...fontconfig - Enables font lookup for text rendering with System.Drawing...

    docs.groupdocs.com/total/python-net/system-requ...
  4. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with Texture brush...Annotation Product Solution GroupDocs...signature background with image for Text and Image signature types Here...

    docs.groupdocs.com/signature/net/composing-sign...
  5. Verify QR-code signatures in the document | Gro...

    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...
  6. 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...
  7. Search for Barcode e-signatures | GroupDocs

    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...
  8. Adding image watermarks | GroupDocs

    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...
  9. 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...
  10. 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...