Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,426 of 2,426 for

word annotation

(0.29 sec)
  1. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common Words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Annotation Product Solution GroupDocs...and intuitive way. In common words the idea is to pass collection...

    docs.groupdocs.cloud/signature/search-for-multi...
  2. Customer Newsletters on Document Automation RES...

    Customer Newsletters on Document Automation REST APIs | GroupDocs Cloud Recent content in Customer Newsletters on Document Automation REST APIs | GroupDocs Cloud दस्तावेज़ हेरफेर क्लाउड रेस्ट एपीआई......दस्तावेज़ तुलना लाइब्रेरी है जो दो Word, PDF, Excel, PowerPoint, सादा...है। जावा के लिए GroupDocs.Annotation पर ध्यान दें और GroupDocs...

    blog.groupdocs.cloud/hi/tag/customer-newsletter...
  3. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....Annotation Product Solution GroupDocs...(Cells, Images, PDF, Slides or Words) Signature API provides an object...

    docs.groupdocs.cloud/signature/working-with-sig...
  4. Security Operations | Documentation

    Add Document PassWord Protection This REST API allows adding document passWord protection. API endpoint accepts document storage path as input payload and returns path to the created a passWord-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning PassWord The passWord to open file Should be specified only for passWord-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/passWord Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs..."FileInfo": { "FilePath": "words/four-pages.docx"}, "Password":...

    docs.groupdocs.cloud/merger/security-operations/
  5. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....Annotation Product Solution GroupDocs..."FileInfo": { "FilePath": "words\\docx\\companies.docx", "StorageName":...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  6. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "top": 5, "right": 5, "bottom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....Annotation Product Solution GroupDocs...for Text Signature object for Words Documents. Example WordsSignTextOptions...

    docs.groupdocs.cloud/signature/signature-option...