Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 8,269 for

document annotation

(0.18 sec)
  1. Common Master-Detail in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Common Master-Detail in Text Document Note This feature is supported by version 17.3.0 or greater. Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: It must associate the customers with their products Report must be generated in the HTML Document Adding Syntax to be evaluated by GroupDocs....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/common-master-d...
  2. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF Document....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  3. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a Document then it can be possible using GroupDocs.Watermark....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/adding-waterma...
  4. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set Document metadata when saving output Document after files comparison within your Java applications....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  5. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain Document and expressing the consent of the signatory with the information contained in the Document....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/python-net/feature...
  6. Create New Document by Format | GroupDocs

    This article demonstrates how to create new Documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/nodejs-java/create-do...
  7. eSign document with QR-code signature | GroupDocs

    This article explains how sign Documents with electronic signature as QR code on Document page with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/esign-documen...
  8. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/multicolored-n...
  9. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF Documents with advanced options using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  10. Load document from stream | GroupDocs

    There might be cases when the Document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the Document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/load-document-fr...