Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 926 for

order

(0.13 sec)
  1. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  2. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/watermark/features-overview/
  3. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/rewriter/authorization/
  4. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/translation/file/request/pdf/
  5. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....presentation in order to present each image in order. Convert Excel...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. Extract Metadata By Property Name | Documentation

    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 that have “Date” string in names. Linux/MacOS/Bash # 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 arguments. curl -v 'https://api....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  8. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. 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" # cURL example to join several documents into one curl -v "https://api....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Set Metadata By Property Name Match Exact Phras...

    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 information to all properties with the exact same name as specified. 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" # cURL example to join several documents into one curl -v "https://api....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Summarizing text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts summarization....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/rewriter/text/sdk/summarize/