Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 5,153 for

text annotations

(0.04 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. 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...
  4. 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...
  5. 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...
  6. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Annotation Product Solution GroupDocs...of desktop or browser-based text processor like MS Word, OpenOffice...

    docs.groupdocs.com/editor/net/float-and-paginal...
  7. 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-...
  8. Convert PDF to DOC using Node.js

    Learn how to convert PDF to DOC using Node.js with an easy step-by-step guide. Effortlessly export PDF to DOC in Node.js for seamless document editing and management....Annotation Product Family GroupDocs...many applications that require text editing and content manipulation...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  9. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Node.js via Java API....Annotation Product Solution GroupDocs...Presentations Merge Excel Merge text files Merge archives Merge EPUB...

    docs.groupdocs.com/merger/nodejs-java/merge/
  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...