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

watermark curl

(0.09 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    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....explains how to add image watermarks to PowerPoint presentations...Easy and simple guide to add watermark images to PowerPoint presentation...

    blog.groupdocs.cloud/
  2. 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....Watermark Product Solution GroupDocs...GroupDocs.Watermark Cloud / Developer Guide / Watermark Operations...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  3. 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/
  4. 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/
  5. Add Text Watermarks | Documentation

    This REST API allows adding text Watermarks to the document. With this API you can add Watermarks with following features: For a text Watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; 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....Watermark Product Solution GroupDocs...GroupDocs.Watermark Cloud / Developer Guide / Watermark Operations...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  6. 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 Linux/MacOS/Bash Curl -X GET 'https://api.groupdocs.cloud/v1.0/Watermark/storage/MyStorage/exist' \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell Curl....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...

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

    docs.groupdocs.cloud/watermark/get-document-inf...