Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 4,956 for

watermark

(0.1 sec)
  1. total.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/total/2024-02-13T21:56:42+02:00weekly0.5https://docs.groupdocs.cloud/total/authen......cloud/total/groupdocs-watermark-cloud/2024-02-13T21:56:42+02:00weekly0...

    docs.groupdocs.cloud/sitemaps/total.xml
  2. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Extract MP3 Metadata in .NET: Output Tags as JSON Learn how to extract MP3 metadata...... Add Image Watermark to PowerPoint Presentation...how to add image or logo watermarks to PowerPoint presentations...

    blog.groupdocs.cloud/index.xml
  3. annotation.xml

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

    docs.groupdocs.cloud/sitemaps/annotation.xml
  4. 使用 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...
  5. 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...
  6. 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...
  7. 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...
  8. Documentation

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

    docs.groupdocs.cloud/
  9. 在 Python 中使用 REST API 将 HTML 转换为 PDF | Python 中...

    使用适用于 Python 的 Document Conversion Cloud SDK 在 Python 中使用云中的 REST API 以编程方式将 HTML 文件转换为 PDF 文档。...output_path = "转变ed" # 定义水印选项 watermark = groupdocs_conversion_cloud...WatermarkOptions() watermark.text = "THIS IS SAMPLE WATERMARK" watermark.bold...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  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/