Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 1,925 for

text watermark

(0.15 sec)
  1. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...Watermark Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/deleteresult/
  2. Supported File Formats | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example....Watermark Product Solution GroupDocs...ots" }, { "fileFormat" : "Rich Text Format" , "extension" : ".rtf"...

    docs.groupdocs.cloud/viewer/supported-file-form...
  3. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...Watermark Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/updateresult/
  4. Groupdocscloud - Downloads

    It contains files for Watermark...Watermark Cloud Product Family GroupDocs.Watermark Cloud...GroupDocs.Watermark Cloud SDK for .NET GroupDocs.Watermark Cloud...

    releases.groupdocs.cloud/watermark/net/
  5. GroupDocs Document Assembly

    Generate documents, build reports in the Cloud using Python, .NET, Java, PHP, Node.js, Swift, Ruby....document generation by adding text, tables, charts into your reports...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    products.groupdocs.cloud/assembly/
  6. 在 Python 中使用 REST API 将 Word 文档转换为 PDF | Word转PDF

    使用适用于 Python 的文档转换云 SDK,在 Python 中使用云端的 REST API 以编程方式将 Word 文档(DOCX 或 DOC)转换为 PDF 文件。...output_path = "converted" # 定义水印选项 watermark = groupdocs_conversion_cloud...WatermarkOptions() watermark.text = "THIS IS SAMPLE WATERMARK" watermark.bold...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Watermark Product Solution GroupDocs...: "Barcode" , "Page" : 1 , "Text" : "John Smith" , "BarcodeType"...

    docs.groupdocs.cloud/signature/signsettings/
  8. Render Outlook Data Files To HTML using Python ...

    Programmatically Render Outlook Data (.ost) Files To HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....messages inside folders by some text value from message content view_options...render_options.outlook_options.text_filter = "Microsoft" Filter...

    blog.groupdocs.cloud/2021/06/03/render-outlook-...
  9. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "Text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....Watermark Product Solution GroupDocs...{ "qrCodeType" : "Aztec" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/signresult/
  10. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "Text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Watermark Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/searchresult/