Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 1,882 for

value

(0.26 sec)
  1. Features Overview | Documentation

    Overview GroupDocs.Editor Cloud is a REST API that allows you to edit documents across a wide range of supported document types. Below, the shortlist of possible actions: Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing documents, Spreadsheets or Presentations....Comma-Separated Values and Tab-Separated Values - options to specify...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/editor/features-overview/
  2. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example...."fileFormat" : "Comma-Separated Values" , "extension" : ".csv" },...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/supported-file-f...
  3. Verify QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify QRCode Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  4. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  5. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Translation Cloud into your applications.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/translation/sdk/
  6. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/get-template/
  7. Paraphrase text with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing texts.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/text/sdk/paraphrase/
  8. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. 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. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/get-document-inform...
  9. 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.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/annotationinfo/
  10. Working With Folders | GroupDocs.Rewriter Cloud...

    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 the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Rewriter Cloud API Reference lets you 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 expose....[Access Token]" Response { "value": [ { "name": "four-pages.docx"...folder/files you need to pass true value to a recursive parameter in...

    docs.groupdocs.cloud/rewriter/working-with-fold...