Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 629 for

comparison curl

(0.07 sec)
  1. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit 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 set new metadata creator name. 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....Comparison Product Solution GroupDocs...tag name or tag category name. cURL example The following example...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request * First get...

    docs.groupdocs.cloud/merger/swap-pages/
  3. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Comparison Product Solution GroupDocs...document and it’s inner images. cURL example Request # First get...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  4. 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....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/watermark/get-document-inf...
  5. 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....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  6. Remove Metadata By Property Name | Documentation

    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 may have names containing “Application” string. 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....Comparison Product Solution GroupDocs...properties with specified name. cURL example The following example...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. Curl example 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 get document information Curl -v "https://api....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  8. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....Comparison Product Solution GroupDocs...default storage used cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/metadata/working-with-folder/
  9. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....Comparison Product Solution GroupDocs...authenticate with cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/annotation/working-with-fo...
  10. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...Comparison Product Solution GroupDocs...Check Storage Exist with cURL Request curl -X GET "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/working-with-storage/