Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 5,095 for

text annotations

(0.09 sec)
  1. 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...
  2. 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...
  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. 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...
  5. 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...
  6. Edit Email | GroupDocs

    This guide demonstrates how to edit the content of documents from the Email format family like common Text documents using GroupDocs.Editor for Python via .NET....Annotation Product Solution GroupDocs...differs from editing common text documents. Loading Loading Email...

    docs.groupdocs.com/editor/python-net/edit-email/
  7. 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...
  8. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common Text documents using GroupDocs.Editor for Python via .NET....Annotation Product Solution GroupDocs...extension are actually plain text files that contain special syntax...

    docs.groupdocs.com/editor/python-net/edit-markd...
  9. 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/net/build-your-first-...
  10. 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...