Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 8,193 for

page

(0.03 sec)
  1. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-Page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } UpdateSettings 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....UpdateSettings Leave feedback On this page UpdateSettings data structure...'FilePath' : 'signedBarcode_one-page.docx' }, 'Options' : [ { 'SignatureType'...

    docs.groupdocs.cloud/signature/updatesettings/
  2. How to work with API Usage Logs | Documentation

    Using API Usage Log Page Log into Dashboard Access the Billing / API Usage Log Page. You can view the log of your API calls...Using API Usage Log page Log into Access the page. You can view the...log of your API calls Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/total/how-to-work-with-api...
  3. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document Pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-Page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-Page.docx", "extension": "....Information Leave feedback On this page This API retrieves document...about file format, document pages and file size. Resource The...

    docs.groupdocs.cloud/signature/get-document-inf...
  4. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....example when resource path is the {page-number} and {resource-name}...templates will be replaced with page number and resource name accordingly...

    docs.groupdocs.cloud/viewer/htmloptions/
  5. Evaluation and Pricing Plans | Documentation

    GroupDocs Assembly Cloud marketing information on product's evaluation and pricing plans....Plans Leave feedback On this page This section provides a general...details, please, check the page. Was this page helpful? Not really Yes...

    docs.groupdocs.cloud/assembly/getting-started/l...
  6. 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...UpdateResult Leave feedback On this page UpdateResult data structure..."filePath" : "signedBarcode_one-page.docx" , "storageName" : null...

    docs.groupdocs.cloud/signature/updateresult/
  7. Verify Digital 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 Digital Signature in Documents Pages with different options for Page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....On this page Note Note: The features listed on this page are supported...in Documents Pages with different options for page number, text...

    docs.groupdocs.cloud/signature/verify-digital-s...
  8. Extract Pages From Word Documents using Rest AP...

    Easily extract specific Pages from word documents as individual files. This article is about how to extract Pages from word documents using Rest API in Ruby...українська Polski How to Extract Pages From Word Documents using Rest...extract a set of consecutive pages from Word documents or may need...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  9. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name 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 Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....document Leave feedback On this page This REST API allows add attachments...application/json" * cURL example to join pages from several documents into...

    docs.groupdocs.cloud/merger/import-attachment/
  10. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...How to Flip PDF Pages using Rest API in Ruby Let us explore the...You can rotate all pages or specific PDF pages programmatically...

    blog.groupdocs.cloud/groupdocs.cloud/page/29/