Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 12,730 for

docx

(0.04 sec)
  1. Comment combiner plusieurs documents Word à l'a...

    Notre API est conçue pour fusionner des documents et des fichiers dans différents formats en ligne. Cet article explique comment combiner plusieurs documents Word à l'aide de Python.... Notre API de fusion docx en ligne fournit une solution...pour fusionner des fichiers docx en ligne à l’aide de la commande...

    blog.groupdocs.cloud/fr/merger/how-to-combine-m...
  2. 如何使用 Python 合併多個 Word 文檔

    我們的 API 旨在在線合併各種格式的文檔和文件。本文介紹如何使用 Python 合併多個 word 文檔。...我們的在線 docx 合併 API 提供了一種方便的解決方案,可以在線將多個...GroupDocs.Merger Python SDK 以在線合併 docx 文件: pip install groupdocs_merger_cloud...

    blog.groupdocs.cloud/zh-hant/merger/how-to-comb...
  3. Comment fusionner des documents Word dans Ruby ...

    Comment fusionner des documents Word dans Ruby à l'aide de l'API REST...de mots en ligne | Combiner DOCX en ligne API REST de fusion...pour fusionner plus de fichiers DOCX Créer une instance de JoinOptions...

    blog.groupdocs.cloud/fr/merger/how-to-merge-wor...
  4. Cách Hợp nhất Tài liệu Word trong Ruby bằng API...

    Cách Hợp nhất Tài liệu Word trong Ruby bằng API REST...Ghép Chữ Trực Tuyến | Kết hợp DOCX trực tuyến Hợp nhất Word API...JoinItems để hợp nhất nhiều tệp DOCX hơn Tạo một phiên bản của JoinOptions...

    blog.groupdocs.cloud/vi/merger/how-to-merge-wor...
  5. Версія GroupDocs.Viewer Cloud V2

    GroupDocs.Viewer Cloud REST API V2 нарешті тут!. API версії V2 є більш спрощеним API, ніж V1, API з меншою кількістю методів і опцій....створити відповідний HTML-перегляд DOCX. У цьому прикладі ми використовуємо...cloud/v2/viewer/storage/file/one-page.docx' \ --header 'authorization:...

    blog.groupdocs.cloud/uk/viewer/groupdocs.viewer...
  6. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit 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 set new metadata creator name. 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 ": "" }, "..."metadata/add_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. Set Metadata By Property Name | Documentation

    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 date and time information in all properties that may have names containing “Date” 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...
  8. Remove Metadata By Property Name Match Exact Ph...

    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 have exact “NameOfApplication” names. 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...
  9. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. 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 ": "" }, "..."metadata/add_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. 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-tag/