Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 2,777 for

docx to docx

(0.04 sec)
  1. Remove Pages | Documentation

    This REST API provides an ability To remove a single page or a collection of specific page numbers from the source document. There are several ways To specify page numbers To be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required To provide a password....docx'}, 'Pages': [ 2, 4 ], 'OutputPath':...'OutputPath': 'output/remove-pages.docx' }" Response *Response will...

    docs.groupdocs.cloud/merger/remove-pages/
  2. 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...
  3. 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/
  4. 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...
  5. 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.signature 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"..."/signaturedocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/signature/working-with-fol...
  6. 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...
  7. 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/
  8. 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....docx'}, 'Password': 'Password', 'OutputPath':...'output/add-password.docx' }" Response { "path" : "output/add-password.docx" }...

    docs.groupdocs.cloud/merger/security-operations/
  9. 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...
  10. 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...