Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 2,930 for

docx to docx

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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-...
  5. 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...
  6. Working with Image 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 sign a document with Image. It provides methods To create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature To Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....docx/image" \ - X POST \ - H "Content-Type:...Response { "fileName" : "one-page.docx" , "folder" : "Output" , "code"...

    docs.groupdocs.cloud/signature/working-with-ima...
  7. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook sTorages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name It could be omitted for default sTorage. FileInfo.Password The password To open file It should be specified only for password-protected documents....docx" , "filePath" : "four-pages.docx" , "directory"...: "one-page.docx" , "filePath" : "one-page.docx" , "directory"...

    docs.groupdocs.cloud/parser/get-container-items...
  8. Extract Metadata By Property Value | Documentation

    This REST API allows To extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how To extract metadata information from 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....docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Extract Whole Metadata Tree | Documentation

    This REST API allows To extract whole metadata properties tree. cURL example The following example demonstrates how To retrieve all metadata properties. 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 ": "" } }"...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  10. Get Metadata Tags Information | Documentation

    This REST API allows To obtain tags and properties information from document metadata. Endpoint accepts document sTorage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name Could be omitted for default sTorage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....docx' }" Response { "rootPackage"...

    docs.groupdocs.cloud/metadata/get-metadata-tags...