Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 2,650 for

docx to docx

(0.06 sec)
  1. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents inTo a single resultant document. For the simplest scenario of combining several documents Together it’s only needed To provide sTorage path for each file. For protected documents, it is also required To provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the sTorage Required property STorageName STorage name It could be omitted for default sTorage....docx', 'Password': 'password' } }...'/WordProcessing/one-page.docx' } } ], 'OutputPath': 'output/joined.docx' }" Response...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  2. Convert N Consecutive Pages | Documentation

    This example demonstrates how To convert consecutive pages from word processing documents inTo pdf documents. 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 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', 'ConvertOptions':...= "WordProcessing/four-pages.docx" , Format = "pdf" , ConvertOptions...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  3. 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.conversion 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"..."/conversiondocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/conversion/working-with-fo...
  4. Compare documents protected with password | Doc...

    This feature could be used only for Presentations, WordProcessing and Spreadsheet GroupDocs.Comparison Cloud allows To compare documents that are protected with a password. The following code sample shows how To compare password protected documents. 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', 'Password': '1231' }, 'TargetFiles':...'target_files\\word\\target_protected.docx', 'Password': '5784' } ], 'OutputPath':...

    docs.groupdocs.cloud/comparison/compare-documen...
  5. Get list of changes of comparings | Documentation

    GroupDocs.Comparison Cloud allows To obtain list of changes between source and target files. The following code sample demonstrates how To get list of all changes. 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':...'FilePath': 'target_files/word/target.docx' } ] }" Response [ { "id" :...

    docs.groupdocs.cloud/comparison/get-list-of-cha...
  6. 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...
  7. Accept or reject revisions | Documentation

    GroupDocs.Comparison Cloud allows To accept or reject revisions from Word document and save the result. The following code sample demonstrates how To accept all revisions. 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' }, 'Revisions': [ { 'Id': 0...'OutputPath': 'output/result.docx' }" Response { "href" : "https://api...

    docs.groupdocs.cloud/comparison/accept-reject-r...
  8. Manage Metadata of Documents using Java & .NET ...

    Add metadata, edit, remove & extract metadata from 50+ file formats in Java and C# using REST API and open-source Metadata SDKs for Java and .NET....docx"); options.setFileInfo(fileInfo);...metadata/add\_metadata/documents/input\_docx/input.docx All the other different...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  9. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows To extract metadata properties from the document choosing the properties To extract by approximate or a part of metadata tag name. This API allows you To specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how To extract metadata creaTor information from all properties that have particular string phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Remove Metadata By Possible Tag Name | Document...

    This REST API allows To remove metadata properties from the document choosing the properties To remove by approximate or a part of metadata tag name. This API allows you To specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how To remove metadata properties that have “creaTor” phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx ", " StorageName ": "" }, "...adata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/remove-metadata-b...