Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 2,933 for

docx to docx

(0.12 sec)
  1. nodejs how to save each page of a word document...

    nodejs how To save each page of a word document separately on Document Processing REST APIs | GroupDocs Cloud Recent content in nodejs how To save each page of a word document separately on Documen......extraire des pages de Word DOC/DOCX Online à l'aide de Node.js Extrayez...extraire des pages de Word DOC/DOCX en ligne à l'aide de Node...

    blog.groupdocs.cloud/fr/tag/nodejs-how-to-save-...
  2. word to image high quality in ruby on Document ...

    word To image high quality in ruby on Document Processing REST APIs | GroupDocs Cloud Recent content in word To image high quality in ruby on Document Processing REST APIs | GroupDocs Cloud Chuyển ......tốt nhất để chuyển đổi Word DOCX sang định dạng hình ảnh. Bài...

    blog.groupdocs.cloud/vi/tag/word-to-image-high-...
  3. Sign document with multiple signature | Documen...

    GroupDocs.Signature Cloud allows To sign document with several signatures simultaneously and even apply signatures of different types To the same document. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage and other files, like digital certificate or image stamp Sign document Download output document For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual....docx' }, 'Options': [ { 'AllPages':...'OutputFilePath': 'signedText_one-page.docx' } }" Response { "fileInfo"...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. how to extract pages from a microsoft word docu...

    how To extract pages from a microsoft word document on Document Processing REST APIs | GroupDocs Cloud Recent content in how To extract pages from a microsoft word document on Document Processing R......extraire des pages de Word DOC/DOCX Online à l'aide de Node.js Extrayez...extraire des pages de Word DOC/DOCX en ligne à l'aide de Node...

    blog.groupdocs.cloud/fr/tag/how-to-extract-page...
  5. Sign document with stamp signature | Documentation

    A stamp signature is a special type of electronic signature that have visual appearance of round seal and its visual parameters can be set programmatically. Every stamp signature can have multiple “stamp lines” with cusTom text and different line thickness, color, font weight and size. Here is an example of how stamp signature created with GroupDocs.Siganture Cloud may look like: GroupDocs.Signature Cloud provides options To specify different options for Stamp signature:...docx' }, 'Options': [ { 'SignatureType':...'signaturedocs/signedStamp_one-page.docx' } }" Response { "fileInfo"...

    docs.groupdocs.cloud/signature/sign-document-wi...
  6. Java 将 Word 文档转换为 HTML 文件

    使用 Java GroupDocs API 自动将 Word Docx 文件转换为 HTML 文件。本文介绍如何使用 REST API 在 Java 中将 Word 文件转换为 HTML。...docx"); UploadFileRequest request...-testing\\input-sample-file.docx", fileStream, MyStorage); FilesUploadResult...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. 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...
  8. Set Metadata By Property Name Match Exact Phras...

    This REST API allows To set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how To set metadata information To all properties with the exact 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.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 ": "" }, "..."metadata/set_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows To set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how To set metadata information To all properties that match regular expression “^NameOfApp.*”. 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...
  10. 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.Parser 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"..."/parserdocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/parser/working-with-folder/