Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 605 for

watermark curl

(0.03 sec)
  1. Replace Watermarks | Documentation

    This REST API allows replacing Watermarks in the document. The operation performs a search for possible Watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible Watermarks. With this operation, you may replace found Watermark properties: Watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Watermark Product Solution GroupDocs...GroupDocs.Watermark Cloud / Developer Guide / Watermark Operations...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  2. Remove Watermarks | Documentation

    This REST API allows removing Watermarks from the document. The operation performs a search for possible Watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible Watermarks. There are two popular scenarios to use the Remove operation: Remove particular Watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those Watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found Watermarks; Then Watermarks with passed IDs will be removed Remove all found Watermarks....Watermark Product Solution GroupDocs...GroupDocs.Watermark Cloud / Developer Guide / Watermark Operations...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  3. 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....Watermark Product Solution GroupDocs...GroupDocs.Watermark Cloud / Developer Guide / Watermark Operations...

    docs.groupdocs.cloud/watermark/search-watermarks/
  4. 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.Watermark 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 Request Curl -X GET "https://api.groupdocs.cloud/v1.0/Watermark/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...

    docs.groupdocs.cloud/watermark/working-with-sto...
  5. 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.Watermark 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....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...

    docs.groupdocs.cloud/watermark/working-with-fol...
  6. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...

    docs.groupdocs.cloud/watermark/working-with-files/
  7. Watermark Cloud API & SDKs to Secure Documents ...

    Document Editing REST API allows editing word-processing documents, spreadsheets, presentations, and web documents like HTML in C#, Java, PHP, Python, etc.... Developers can use cURL to interact with GroupDocs.Editor...

    blog.groupdocs.cloud/editor/update-word-excel-p...
  8. 下一代 GroupDocs.Viewer Cloud 首次公开发布

    GroupDocs.Conversion Cloud 是一个 REST API,用于将 50 多种文档和图像格式转换为 Words、Cells、Html、PDF、幻灯片和图像格式。...请参阅以下 URI 和 REST 命令(Curl)以了解其目的。 统一资源标识符 [https://api...chmentfilename}][3] 其余示例(cURL) curl -v "[https://api.groupdocs...

    blog.groupdocs.cloud/zh/viewer/first-public-rel...
  9. 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....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  10. Convert PDF to HTML | PDF to Web Page | PDF to ...

    Learn how to convert PDF to HTML using Java REST API. A simple and efficient way to transform PDFs into web-friendly HTML format....Convert PDF to Web Page using cURL Commands REST API for PDF to...Convert PDF to Web Page using cURL Commands # For command-line...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...