Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 2,829 for

docx to docx

(0.11 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. 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...
  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. 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. 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...
  9. 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...
  10. 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-...