Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 4,738 for

data

(0.09 sec)
  1. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....// For complete examples and data files, please go to https://github...# For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/merger/security-operations/
  2. Working with Verify Collection | 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 multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options.... It expects object data in request body. You can add...'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...

    docs.groupdocs.cloud/signature/working-with-ver...
  3. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  4. How to Create GroupDocs Add-On for cloudControl

    Find detailed instructions on how to create GroupDocs add-on for cloudControl platform.... To get our data, all we need is to read this...credentials = open(credentialsFile) data = json.load(credentials) credentials...

    blog.groupdocs.cloud/total/how-to-create-groupd...
  5. VerifySettings | Documentation

    VerifySettings Data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Signature Cloud / Developer Guide / Data structures / VerifySettings...On this page VerifySettings data structure used as input parameters...

    docs.groupdocs.cloud/signature/verifysettings/
  6. InfoSettings | Documentation

    InfoSettings Data structure used as input parameters for Info API method to retrieve information Note Not all options are supported by all document formats. Each option may correspond to one or more formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo....Signature Cloud / Developer Guide / Data structures / InfoSettings InfoSettings...feedback On this page InfoSettings data structure used as input parameters...

    docs.groupdocs.cloud/signature/infosettings/
  7. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud... Streamline your data analysis and reporting process...removal and access financial data easily....

    blog.groupdocs.cloud/groupdocs.cloud/page/10/
  8. poll_5f57f7d819cae13f16323b5993e3527f72558ea9.css

    div.poll{margin:1em 0;border:1px solid var(--primary-low);display:grid;grid-template-areas:"poll" "info" "buttons"}div.poll>*{box-sizing:border-box}@media screen and (min-width: calc(550px + 1px)){......poll li[data-poll-option-id]{color:var(--primary);padding:...iary)}div.poll[data-poll-type=number] li[data-poll-option-id...

    forum.groupdocs.cloud/stylesheets/poll_5f57f7d8...
  9. InfoResult | Documentation

    InfoResult Data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Signature Cloud / Developer Guide / Data structures / InfoResult InfoResult...feedback On this page InfoResult data structure returned by Info API...

    docs.groupdocs.cloud/signature/inforesult/
  10. Convert HTML to JSON in Node.js | Online Web Pa...

    Convert HTML files into JSON format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured HTML documents into JSON format online with REST API....web content into structured data that can be reused across applications...ideal for backend automation or data migration. Node.js SDK for HTML...

    blog.groupdocs.cloud/conversion/convert-html-to...