Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,454 of 2,454 for

word annotation

(0.11 sec)
  1. 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 \d ocx \c ompanies.docx ", "...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  2. 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/
  3. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved 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 Store in User Storage example....Annotation Product Solution GroupDocs...FileInfo ": { " FilePath ": " words \d ocx \t emplate-document.docx...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  4. 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...