Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 2,650 for

docx to docx

(0.14 sec)
  1. Set Metadata By Property Value | Documentation

    This REST API allows To set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how To set metadata information To all 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 ": "" }, "..."metadata/set_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed To specify page numbers along with a path To document in sTorage. For protected documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while swapping document pages....docx'}, 'FirstPageNumber': 2, 'SecondPageNumber':...'OutputPath': 'output/swap-pages.docx' }" Response *Response will...

    docs.groupdocs.cloud/merger/swap-pages/
  3. 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.Merger 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"..."/conversiondocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/merger/working-with-folder/
  4. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users To get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....docx'); foreach ($targetNames as...'folder' => '', 'name' => 'source.docx', 'password' => '' ] ), 'targetFiles'=>...

    blog.groupdocs.cloud/comparison/introduction-of...
  5. Search for multiple signatures | Documentation

    Sometimes you may want To search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is To pass collection of desired signature types To Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Search signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual....docx' }, 'Options': [ { 'AllPages':..."signaturedocs/signedCollectionsOne_page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/search-for-multi...
  6. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you To add metadata information as properties with specified name. cURL example The following example demonstrates how To add metadata date and time information in all properties with the same name as specified. 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 ": "" }, "..."metadata/add_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. Working with Storage API | Documentation

    STorage existence API This API intended for checking existence of cloud sTorage with given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Conversion Cloud API Reference lets you To try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description sTorageName STorage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....docx" , Common . MyStorage ); var...est ( "conversions\one-page.docx" , CommonUtils :: $MyStorage...

    docs.groupdocs.cloud/conversion/working-with-st...
  8. Reject all revisions | Documentation

    GroupDocs.Comparison Cloud allows To reject all revisions in Word document and save the result. The following code sample demonstrates how To reject all revisions without getting them. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents inTo cloud sTorage Call API method with options 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....docx' }, 'RejectAll': true, 'OutputPath':...'OutputPath': 'output/result.docx' }" Response { "href" : "https://api...

    docs.groupdocs.cloud/comparison/reject-all-revi...
  9. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way To find all Barcode signatures that are present in a document API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Search signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....docx' }, 'Options': [ { 'AllPages':..."filePath" : "signedBarcode_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/search-for-barco...
  10. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you To reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering To the resultant PDF document. The following code snippet shows how To reorder pages. 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': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_2.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/reorder-pages/