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

text annotations

(0.08 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Annotation Product Solution GroupDocs...documents with encrypted metadata text Sign documents with Metadata...

    docs.groupdocs.com/signature/java/sign-document...
  8. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java....Annotation Product Solution GroupDocs...data such as: slides, shapes, text, animations, video, audio and...

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  9. How to Convert ODT to DOCX using C#

    In this topic, you will learn how to convert ODT to DOCX using C# without installing third-party software. Also, we will provide code to export ODT to DOCX in C#....Annotation Product Family GroupDocs...is converting Open Document Text ( ODT ) files to Microsoft Word...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  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...