Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 2,829 for

docx to docx

(0.23 sec)
  1. Search Barcode 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 Barcode signatures in supported document formats. It provides method To search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by fileName and document folder (if required) using following API....docx%3fdl%3d1 \ -- header 'authorization:...Response { "fileName" : "one-page.docx" , "folder" : "Output" , "Code"...

    docs.groupdocs.cloud/signature/search-barcode-s...
  2. 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/
  3. 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....docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-ver...
  4. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you To set cusTom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is auTomatically applied when you set Width or Height only. This example demonstrates how To set output image size 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....docx' }, 'ViewFormat': 'JPG', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.jpg" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  5. Update QR-Code 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" : "signedQRCode_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  6. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents inTo a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages To take from which document and in what order. The output path for the resultant document....docx' }, { 'FilePath': 'WordProcessing/four-pages.docx' }...'Output/mixed-pages.docx' }" Response { "path" : "Output/mixed-pages.docx" } SDK...

    docs.groupdocs.cloud/merger/mix-document-pages/
  7. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows To obtain list of revisions from Word document. The following code sample demonstrates how To get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents inTo cloud sTorage Call API method Download comparison result document from sTorage (if any) Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....docx' }" Response [ { "id" : 0 ,..."source_files/word/source_with_revs.docx" }; var request = new GetRevisionsRequest...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  8. 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.Annotation 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....docx" , "isFolder" : false , "modifiedDate"..."/annotationdocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/annotation/working-with-fo...
  9. Remove Metadata By Property Value | Documentation

    This REST API allows To remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how To remove metadata properties with the “Microsoft Office Word” value. 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....docx ", " StorageName ": "" }, "...adata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupdocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get Client Id and Client Secret. That will be used To invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....docx" } }; var item2 = new JoinItem...FilePath = "WordProcessing/one-page.docx" } }; var options = new JoinOptions...

    docs.groupdocs.cloud/merger/quick-start/