Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 1,131 for

get pages

(0.18 sec)
  1. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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: retrieve metadata (join several documents into one) curl -v "https://api....Value Leave feedback On this page This REST API allows to extract...Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  2. 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. Linux/MacOS/Bash # Get JWT token 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' # Join several documents into one curl -v 'https://api....By Tag Leave feedback On this page This REST API allows to add...specified tag. Linux/MacOS/Bash # Get JWT token curl -v 'https://api...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  3. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....Container Leave feedback On this page This REST API allows extracting...Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  4. Getting supported languages | Documentation

    How to Get a full list of supported language pairs....reference / Getting supported languages Getting supported languages...languages Leave feedback To get a list of all translation language...

    docs.groupdocs.cloud/translation/languages/
  5. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X Get \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....On this page Note Note: The features listed in this page are supported...cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json"...

    docs.groupdocs.cloud/signature/supported-barcodes/
  6. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. 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....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...application/json" # cURL example to get document information curl -v...

    docs.groupdocs.cloud/watermark/search-watermarks/
  7. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to Get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and Get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Formats Leave feedback On this page GroupDocs.Conversion Cloud REST...storage URL and also support to get the result as a stream . Convert...

    docs.groupdocs.cloud/conversion/convert-to-word...
  8. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Template Leave feedback On this page This REST API provides the functionality...Request # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/parser/delete-template/
  9. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X Get 'https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Storage Leave feedback On this page Storage existence API This API...example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1...

    docs.groupdocs.cloud/merger/working-with-storage/
  10. Improve Signature Field - Free Support Forum - ...

    The signature field using the GroupDocs signature API needs to be improved so that the user can place the signature field where he likes such as you have on the cloud apps version. So allow the user to move the signature…...way to add this to your Web page is to create your own UI which...all available fields – you can get them by using this functions:...

    forum.groupdocs.cloud/t/improve-signature-field...