Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,117 for

document annotation java sdk

(0.06 sec)
  1. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the Document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Set Metadata By Property Name | Documentation

    This REST API allows to set Document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. Edit Signatures in Signed PDF Documents using P...

    Programmatically Edit Signatures in Signed PDF Documents using a REST API in Python with Document Signature Cloud Sdk for Python....Signatures in Signed PDF Documents using Python Facebook Twitter...name entered in electronic documents. These are increasingly used...

    blog.groupdocs.cloud/2021/03/10/edit-signatures...
  4. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the Document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several Documents into one curl -v "https://api....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the Document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties with the exact same name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. Split PDF - Extract Pages from PDF using Rest A...

    Split PDF - Extract Pages from PDF using Rest API in Ruby...extract specific pages from PDF documents or may need to split pdf to...PDF Splitter REST API and Ruby SDK Extract Specific Pages from PDF...

    blog.groupdocs.cloud/2022/06/03/split-pdf-extra...
  7. Extract and Manipulate Metadata of Images using C#

    Programmatically Extract and Manipulate Metadata of Images using a REST API on the cloud in C# with Metadata Manipulation Cloud Sdk for .NET...article: Document Metadata Manipulation REST API and .NET SDK Add...API Document Metadata Manipulation REST API and .NET SDK For...

    blog.groupdocs.cloud/2021/04/20/extract-and-man...
  8. Convert PDF to PPTX using a REST API in Python ...

    Programmatically Convert PDF to PowerPoint presentation (PPTX) using a REST API on the cloud in Python with Document Conversion Cloud Sdk for Python....may need to present your PDF document in the form of PowerPoint...article: Document Conversion REST API and Python SDK PDF to PPTX...

    blog.groupdocs.cloud/2021/04/02/convert-pdf-to-...
  9. Extract Text from PDF using REST API in Node.js...

    Programmatically extract text from PDF Documents using a REST API on the cloud in Node.js with PDF Parser Cloud Sdk for Node.js....can easily parse your PDF documents and extract all the text programmatically...to extract text from PDF documents using a REST API in Node.js...

    blog.groupdocs.cloud/2021/10/25/extract-text-fr...
  10. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the Document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/