Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 523 for

watermark curl

(0.03 sec)
  1. Adding Watermark in Word | Document Watermarkin...

    Programmatically Add Text or Image Watermark to Word Documents using a REST API on the cloud in C# with GroupDocs.Watermark Cloud SDK for .NET....add a text or an image as a watermark to your Word documents programmatically...programmatically on the cloud. The watermarks are used to identify the...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  2. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a Watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the Watermark to the output pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Watermark Product Solution GroupDocs...rendering options / Add watermark Add watermark Leave feedback On this...

    docs.groupdocs.cloud/viewer/add-watermark/
  3. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding Watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Watermark Product Solution GroupDocs...Conversion Options / Add Watermark Add Watermark Leave feedback On this...

    docs.groupdocs.cloud/conversion/add-watermark/
  4. Watermark Annotation | Documentation

    Watermark annotation adds text Watermark API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Watermark Product Solution GroupDocs...Adding annotations / Watermark Annotation Watermark Annotation Leave...

    docs.groupdocs.cloud/annotation/watermark-annot...
  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. 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...
  7. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....Rotating, Reordering and Watermarking document pages are other...following URI and REST command(Curl) for the purpose. URI [https://api...

    blog.groupdocs.cloud/viewer/first-public-releas...
  8. 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/
  9. 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/
  10. 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/