Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 3,844 for

name

(0.15 sec)
  1. 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.... Name Description Comment FileInfo...FileInfo.StorageName Storage name Could be omitted for default...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  2. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET "https://api....{ "name" : "Aztec" }, { "name" : "DataMatrix" }, { "name" : "GS1DataMatrix"..."GS1DataMatrix" }, { "name" : "GS1QR" }, { "name" : "QR" } ] } SDK...

    docs.groupdocs.cloud/signature/get-supported-qr...
  3. Python Generate HTML Report from XML | HTML Rep...

    Use the GroupDocs.Assembly Cloud API to generate dynamic HTML reports with XML data in Python....<Manager> <Name>John Smith</Name> <Contract> <Client> <Name>A Company</Name>...Company</Name> </Client> <Price>1200000</Price> </Contract> <Contract>...

    blog.groupdocs.cloud/assembly/display-xml-data-...
  4. resultant.xls

    Sheet1 PROJECT TIMELINE TEMPLATE AT RISK TASK Name SUB TASK Name STATUS ASSIGNED TO START DATE END DATE DURATION in days COMMENTS Task 1 - enter your own text here Complete 01/16 01/21 5 Subtask 1.......TEMPLATE AT RISK TASK NAME SUB TASK NAME STATUS ASSIGNED TO START...TEMPLATE AT RISK TASK NAME SUB TASK NAME STATUS ASSIGNED TO START...

    blog.groupdocs.cloud/vi/conversion/convert-html...
  5. resultant.xls

    Sheet1 PROJECT TIMELINE TEMPLATE AT RISK TASK Name SUB TASK Name STATUS ASSIGNED TO START DATE END DATE DURATION in days COMMENTS Task 1 - enter your own text here Complete 01/16 01/21 5 Subtask 1.......TEMPLATE AT RISK TASK NAME SUB TASK NAME STATUS ASSIGNED TO START...TEMPLATE AT RISK TASK NAME SUB TASK NAME STATUS ASSIGNED TO START...

    blog.groupdocs.cloud/ja/conversion/convert-html...
  6. Working with Folder API | 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 folder in GroupDocs Cloud Storage. API Explorer GroupDocs.signature Cloud API Reference lets you to 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 exposes.... If you do not pass storage name API will find folder in GroupDocs...Path of the file including file name and extension e.g. /Folder1/file...

    docs.groupdocs.cloud/signature/working-with-fol...
  7. 首次公开发布下一代 GroupDocs.Comparison Cloud API

    GroupDocs.Comparison Cloud 是一个 REST API,用于通过云中的操作和更改来比较文档。...{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''}...'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}]...

    blog.groupdocs.cloud/zh/comparison/announcing-f...
  8. How to Merge Multiple MS Word Documents in cURL...

    Hey, I am trying to use cURL api in postman but it is not working. Each time I send request to server using Json format it says file not found. image.png (7.6 KB) I have internal storage in dashboard. Storage Name is…... Storage name is - eSign and then I have docs...path(folder/file.ext) and storage name; FilePath and StorageName ....

    forum.groupdocs.cloud/t/how-to-merge-multiple-m...
  9. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category Name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag Name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: remove metadata from a document curl -v "https://api....properties by exact tag and category name. cURL example The following...properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. 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....Path of the file including file name and extension e.g. /Folder1/file...part of the URL storageName Name of the storage. If not set,...

    docs.groupdocs.cloud/watermark/working-with-files/