Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 604 for

area

(0.03 sec)
  1. Area Annotation | GroupDocs.Annotation Cloud | ...

    Area annotation allows to mark up an Area within the document page with a rectangle. API Usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL REST Example Request Response // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Area Annotation Area annotation allows to mark up an area within...'Annotations': [ { 'Type': 'Area', 'Text': 'This is area annotation', 'CreatorName':...

    docs.groupdocs.cloud/annotation/area-annotation/
  2. menu-dynamic.css

    #header-outer .nectar-ext-menu-item .image-layer-outer,#header-outer .nectar-ext-menu-item .image-layer,#header-outer .nectar-ext-menu-item .color-overlay,#slide-out-widget-Area .nectar-ext-menu-it......color-overlay,#slide-out-widget-area .nectar-ext-menu-item .image-layer-outer...image-layer-outer,#slide-out-widget-area .nectar-ext-menu-item .color-overlay...

    openssf.org/wp-content/uploads/sites/132/salien...
  3. Parse by Template | GroupDocs.Parser Cloud | Do...

    Introduction This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo....Rectangle A rectangular area on the page that bounds the...FieldPosition.SearchArea The size of the area where a field is searched. Required...

    docs.groupdocs.cloud/parser/parse-by-template/
  4. Create or Update Template | GroupDocs.Parser Cl...

    Introduction This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo....Rectangle A rectangular area on the page that bounds the...FieldPosition.SearchArea The size of the area where a field is searched. Required...

    docs.groupdocs.cloud/parser/create-or-update-te...
  5. Signature Options Objects | GroupDocs.Signature...

    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....Width int The width of Signature Area in measure unit values. Height...Height int The width of Signature Area in measure unit values. SizeMeasureType...

    docs.groupdocs.cloud/signature/signature-option...
  6. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API Usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL REST Example Request Response // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'Annotations': [ { 'Type': 'Area', 'Text': 'This is area annotation', 'CreatorName':...AnnotationInfo.TypeEnum.Area, Text = "This is area annotation" , CreatorName...

    docs.groupdocs.cloud/annotation/add-direct/
  7. GroupDocs.Annotation Cloud 17.12 Release Notes ...

    Major Features GroupDocs.Annotation Cloud is a REST API for manipulating and exporting annotations of documents with different formats in the cloud. GroupDocs.Annotation provides features for export/import annotations into/from files, additionally to possibility to save files in supported formats with following types of annotations: Text annotations Text annotation – add comments to selected text. Text replacement – highlight which text should be replaced with what. Text redaction – hide confidential text....annotations Area annotation – add notes to an area highlighted...to any point in the document. Area redaction – hide confidential...

    docs.groupdocs.cloud/annotation/groupdocs-annot...
  8. Annotate Document & Images with cURL Commands f...

    REST APIs for documents annotation via cURL commands to easily annotate PDF, images, Microsoft Word, Excel, PPTX, Visio, Project & 50+ file formats....‎ Area annotation Point annotation Area redaction Polyline...annotations to Header/Footer area in Microsoft Word documents...

    products.groupdocs.cloud/annotation/curl/
  9. Annotate Document & Images with cURL Commands f...

    REST APIs for documents annotation via cURL commands to easily annotate PDF, images, Microsoft Word, Excel, PPTX, Visio, Project & 50+ file formats.... Area annotation Point annotation Area redaction Polyline...annotations to Header/Footer area in Microsoft Word documents...

    products.groupdocs.cloud/annotation/curl
  10. Python Document & Image Annotation Cloud SDK fo...

    Python Cloud SDK for managing images and document annotations. Use REST APIs to easily manipulate PDF, image, HTML, Word, Excel, & email annotation....information using Python:‎ Add Area Annotation To Document - Python...a.box.height = 37 a.type = "Area" a.creator_name = "Anonym A...

    products.groupdocs.cloud/annotation/python