Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 3,316 for

watermark

(0.1 sec)
  1. 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...
  2. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....Added support for configuring watermark text when viewing documents...area, point, typewriter, watermark, underline, strikeout, text...

    blog.groupdocs.cloud/comparison/spotlight-group...
  3. 使用 Node.js 将 JPG 转换为 PDF |将图像转换为 PDF

    使用 GroupDocs.Conversion Cloud SDK for Node.js 在 Node.js 中使用云上的 REST API 以编程方式将 JPG 转换为 PDF。...= "output"; // 定义水印选项 let watermark = new groupdocs_conversion_cloud...WatermarkOptions(); watermark.text = "This is a Sample watermark"; watermark...

    blog.groupdocs.cloud/zh/conversion/convert-imag...
  4. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....Watermark Product Solution GroupDocs...TextField = 5 , /// The watermark Watermark = 6 , /// The text replacement...

    docs.groupdocs.cloud/annotation/working-with-an...
  5. 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...
  6. Documentation

    GroupDocs Cloud Documentation Homepage...Watermark Product Solution GroupDocs...file formats Documentation Watermark manipulation APIs for creating...

    docs.groupdocs.cloud/
  7. Compare files online | Free GroupDocs Apps

    Diff files online for free. Free online tool to compare PDF, HTML, XLSX, and other files online....Assembly Metadata Search Parser Watermark Editor Merger Redaction Classification...

    products.groupdocs.app/comparison/total
  8. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms....types like Text, Area, Point, Watermark and Strikeout Annotations...documents like hyperlinks, watermarks and comments within Spreadsheets...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  9. conversion.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/conversion/add-Watermark/ weekly 0.5 https://docs.groupdocs.cloud/conversion/adva......cloud/conversion/add-watermark/ weekly 0.5 https://docs.groupdocs...

    docs.groupdocs.cloud/sitemaps/conversion.xml
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....Watermark Product Solution GroupDocs...Description Angle Gets or sets the watermark annotation’s rotation angle...

    docs.groupdocs.cloud/annotation/annotationinfo/