Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 238 for

annotation properties

(0.07 sec)
  1. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata Properties from the document choosing the Properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata Properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: remove metadata from a document curl -v "https://api....Annotation Product Solution GroupDocs...metadata properties from the document choosing the properties by exact...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and Properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve Properties within the package. The table below contains the full list of Properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...allows to obtain tags and properties information from document...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  3. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of June 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs.... Annotate CAD, EMF and WMF Files in...# GroupDocs.Annotation for .NET allows annotating business documents...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  4. How to work with Files and Storage | Documentation

    Using Files view Log into Dashboard. Click on the Files Page. Expand Storage drop-down and select the desired Storage e.g “Test”. Uploading Local File to a Storage Click Upload A dialog box appears, browse the desired file from your local machine. e.g “Input.docx” and click Open Close the dialog box Congratulations! The file has been successfully uploaded. You can view multiple Properties of input.docx file i.e. Name, Size and Modified date....Annotation Product Solution GroupDocs...uploaded. You can view multiple properties of input.docx file i.e. Name...

    docs.groupdocs.cloud/total/how-to-work-with-fil...
  5. Common structures | Documentation

    Page contains description for common structures and its Properties SignatureType Properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup Properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...Annotation Product Solution GroupDocs...structures and its properties SignatureType properties Specifies enumeration...

    docs.groupdocs.cloud/signature/common-structures/
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of Properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of Properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....Annotation Product Solution GroupDocs...payload. Here are the list of properties that can be obtained for...

    docs.groupdocs.cloud/metadata/get-document-info...
  7. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata Properties tree. cURL example The following example demonstrates how to retrieve all metadata Properties. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....Annotation Product Solution GroupDocs...to extract whole metadata properties tree. cURL example The following...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  8. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Convert Word to JPG in Java – DOCX ......wide range of methods and properties. Convert Text to Image in...Node.js offers methods and properties to password-protect PowerPoint...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  9. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Convert Word to JPG in Java – DOCX to JPG using Java REST API How to convert Word d......wide range of methods and properties. Convert Text to Image in...Node.js offers methods and properties to password-protect PowerPoint...

    blog.groupdocs.cloud/index.xml
  10. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of Properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of Properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Annotation Product Solution GroupDocs...payload. Here is the list of properties that can be obtained for...

    docs.groupdocs.cloud/watermark/get-document-inf...