Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 13,347 for

docx

(0.09 sec)
  1. Convert JPG to Word in Python

    JPG to Word conversion turns each image into an editable Word document within few seconds. This article is about how to Convert JPG to Word in Python....Set the JPG file path Assign “docx” to the format Define DocxConvertOptions...sample will save the converted docx file on the cloud. You can download...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  2. 如何在 Python 中从 Word 文档中提取页面

    将 word 文档拆分为多个文档以从 word 文档中提取页面。本文介绍如何使用 Python 从 word 文档中提取页面。...文档拆分为单个文档 # 您可以按照下面提到的步骤在云上以编程方式拆分 docx。 上传 word文件到云端 拆分 云上word文档 下载...-file.docx", "H:\\groupdocs-cloud-data\\word-file.docx", storage_name)...

    blog.groupdocs.cloud/zh/merger/how-to-extract-p...
  3. Convert Word to PDF on Document Processing REST...

    Convert Word to PDF on Document Processing REST APIs | GroupDocs Cloud Recent content in Convert Word to PDF on Document Processing REST APIs | GroupDocs Cloud 使用 REST API 在 Ruby 中将 Word 文档转换为 PDF ......中使用云端的 REST API 以编程方式将 Word 文档(DOCX 或 DOC)转换为 PDF 文件。 使用 Node.js...文档转换为 PDF。 Node.js SDK 允许将 DOC 和 DOCX 文件转换为云端的 PDF 文件。 Recent content...

    blog.groupdocs.cloud/zh/tag/convert-word-to-pdf...
  4. split word file online free on Document Process...

    split word file online free on Document Processing REST APIs | GroupDocs Cloud Recent content in split word file online free on Document Processing REST APIs | GroupDocs Cloud 如何使用 Node.js 将 Word 文......文档拆分为单独的文件 将 word 文档按页拆分为多个文档或在线拆分 docx。本文介绍如何使用 Node.js 将 word 文档拆分为单独的文件...Word 文档 您可能需要将大型 word 文件和 DOC/DOCX 页面拆分为较小的文件。本文介绍如何在 Ruby 中使用...

    blog.groupdocs.cloud/zh/tag/split-word-file-onl...
  5. compare word documents on Document Processing R...

    compare word documents on Document Processing REST APIs | GroupDocs Cloud Recent content in compare word documents on Document Processing REST APIs | GroupDocs Cloud C# .NET を使用してオンラインで Word ドキュメント......を使用してオンラインで Word ドキュメントを比較する | DOCX ファイルの比較 C# .NETでWord文書を比較する...を使用して、2 つ以上の Word ドキュメント (DOC、DOCX) をプログラムで比較します。 Python を使用して...

    blog.groupdocs.cloud/ja/tag/compare-word-docume...
  6. compare documents on Document Processing REST A...

    compare documents on Document Processing REST APIs | GroupDocs Cloud Recent content in compare documents on Document Processing REST APIs | GroupDocs Cloud C# .NET を使用してオンラインで Word ドキュメントを比較する | DO......を使用してオンラインで Word ドキュメントを比較する | DOCX ファイルの比較 C# .NETでWord文書を比較する...を使用して、2 つ以上の Word ドキュメント (DOC、DOCX) をプログラムで比較します。 Python を使用して...

    blog.groupdocs.cloud/ja/tag/compare-documents/i...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Explore the capabilities of a DOCX password protector REST API...LaTeX documents to Word (DOC/DOCX) using Python and the LaTeX...

    blog.groupdocs.cloud/groupdocs.cloud/page/15/
  8. Pdf translate from any language to English - Fr...

    is there any API for taking pdf as input(support all languages) and translate into English and retain same layout as original pdf using python. can you please suggest us, if so please let us know, we will have trail ver…...try to convert PDF to DOCX and use DOCX for translation. Please...

    forum.groupdocs.cloud/t/pdf-translate-from-any-...
  9. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...docx" , FileMode . Open ); var loadOptions...(); loadOptions . Format = "docx" ; loadOptions . Password =...

    docs.groupdocs.cloud/conversion/convert-documen...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.Docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.Docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....docx" , }, "SaveOptions" : { "OverwriteExisting"... "OutputFilePath" : "file02.docx" }, "Options" : [ { "SignatureType"...

    docs.groupdocs.cloud/signature/signsettings/