Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 2,761 for

docx to docx

(0.07 sec)
  1. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Signature Cloud with Docker Note about credits consumption when using metered license in docker version STorage calls are not charged Signature API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....docx' ; $request = new Requests\...

    docs.groupdocs.cloud/signature/metered-consumpt...
  2. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Merger Cloud with Docker Note about credits consumption when using metered license in docker version STorage calls are not charged Merger API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....docx' ; $request = new Requests\...

    docs.groupdocs.cloud/merger/metered-consumption/
  3. Extract Whole Metadata Tree | Documentation

    This REST API allows To extract whole metadata properties tree. cURL example The following example demonstrates how To retrieve all metadata properties. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/Token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To join several documents inTo one curl -v "https://api....docx ", " StorageName ": "" } }"...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  4. Delete Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method To delete signature from the signed document. The signature ID is needed To perform the delete, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Delete signatures Download output document For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual....docx' }, 'Options': [ { 'SignatureType':..."filePath" : "signedBarcode_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/delete-barcode-s...
  5. Working With Folder | 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 the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Watermark 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....docx" , "isFolder" : false , "modifiedDate"..."/watermarkdocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/watermark/working-with-fol...
  6. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required To provide a password. The following example demonstrates how To extract pages 2,4,7 from a source document inTo a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....docx'}, 'Pages': [ 2, 4, 7 ], 'OutputPath':...'output/extract-pages-by-numbers.docx' }" Response *Response will...

    docs.groupdocs.cloud/merger/extract-pages/
  7. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you To set default font name which may be useful in following cases: You want To generally specify the default font To fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want To make sure that any missing font is replaced with one which has the same character set available....docx" ); ViewOptions viewOptions...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  8. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method To update some signature properties by it’s id. The signature ID is needed To perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Update signatures Download output document For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual....docx' }, 'Options': [ { 'SignatureType':..."filePath" : "signedBarcode_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/update-barcode-s...
  9. Remove Metadata By Property Name | Documentation

    This REST API allows To remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how To remove metadata properties that may have names containing “Application” string. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/Token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To join several documents inTo one curl -v "https://api....docx ", " StorageName ": "" }, "...adata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Search 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 search QRCode signatures in supported document formats. It provides method To search Digital Signature in Document Pages with different options qrCodeTypeName, text, matchType and other search features by using Search Options Object data in request body. Search QRCode Signature You can search QRCode Signature on Document provided by fileName and document folder (if required) using following API....docx%3fdl%3d1 \ -- header 'authorization:...Response { "fileName" : "document.docx" , "folder" : "Output" , "Code"...

    docs.groupdocs.cloud/signature/search-qrcode-si...