Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 2,396 for

docx to docx

(0.06 sec)
  1. 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/
  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. Working With Storage | Documentation

    STorage existence API This API intended for checking the existence of cloud sTorage with a given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description sTorageName STorage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/merger/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?storageName#MyStorage" -H "accept:...: true , "name" : "one-page.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/merger/working-with-storage/
  4. 9. Convert Wordprocessing Document with Load Op...

    This example demonstrates how To convert Wordsprocessing documents inTo pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document inTo cloud sTorage Convert document Download converted document from sTorage Steps 1 and 3 are sTorage operations, please refer To this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....docx', 'Format': 'pdf', 'LoadOptions':..."WordProcessing/with_tracked_changes.docx" , Format = "pdf" , LoadOptions...

    docs.groupdocs.cloud/conversion/convert-wordpro...
  5. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows To detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how To get changes coordinates. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents inTo cloud sTorage Compare documents or get document info Download comparison result document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details....docx' }, 'TargetFiles': [ { 'FilePath':...'target_files\\word\\target.docx' } ], 'Settings': { 'CalculateComponentCo':...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  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. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features To render only the selected page numbers. You can specify a list of the document pages To be rendered. Follow the below steps To achieve this functionality. The following code sample shows how To render first and third pages of a document. 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/render-selected-pages/
  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. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows To merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows To join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....docx', 'Password': 'password' } }...'FilePath': '/WordProcessing/one-page.docx' }, 'WordJoinMode': 'Continuous'...

    docs.groupdocs.cloud/merger/join-word-continous/
  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/