Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 11,198 for

doc

(0.07 sec)
  1. 在 Python 中在线将 Word 转换为 HTML

    您可以将 Doc 文件转换为 HTML 文件,以便在 Web 浏览器中显示 word Doc。本文介绍如何用Python在线将word转html。...在本文中,您已了解: 如何在云端使用Python将word doc转成HTML文件; 将HTML文件上传到云端,然后从云端下载转换后的html文件;...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  2. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."watermarkOptions" : [{ options }] } doc, docm, docx, dot, dotm, dotx...

    docs.groupdocs.cloud/conversion/convertoptions/
  3. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known Document family format, that includes Doc, DOT, DocX, DocM, DOTX, ODT, RTF and much more. All these formats are supported by the GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input Document into cloud storage Load the Document into editable representation in the cloud storage (HTML file and resources) Download HTML Document (and resources, if needed) from storage Edit HTML Document at client side Upload HTML Document back into the storage Save the edited Document into WordProcessing format in the storage Download saved Document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT,...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  4. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the Document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the Document was created or updated by a known sender and that the Document was not altered by unknown source. For Documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...as Word processing documents (DOC, DOCX, ODT, OTT), Spreadsheet...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. 在 Python 中使用 REST API 編輯 Word 文檔 |在 Python 中編輯 ...

    使用適用於 Python 的 Document Editor Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式編輯 Word 文檔(DocDocX)。...我們可以輕鬆地添加、編輯或刪除 DOC 或 DOCX 文件的內容,或者使用 Python 應用文本格式。在本文中,我們將學習如何在...

    blog.groupdocs.cloud/zh-hant/editor/edit-word-d...
  6. 在 Python 中使用 REST API 编辑 Word 文档 |在 Python 中编辑 ...

    使用适用于 Python 的 Document Editor Cloud SDK 在 Python 中使用云中的 REST API 以编程方式编辑 Word 文档(DocDocX)。...我们可以轻松地添加、编辑或删除 DOC 或 DOCX 文件的内容,或者使用 Python 应用文本格式。在本文中,我们将学习如何在...

    blog.groupdocs.cloud/zh/editor/edit-word-docume...
  7. 使用 Java 将 PNG 转换为 PowerPoint - 分步指南。

    了解如何快速高效地将 PNG 图像转换为 PowerPoint 格式。按照我们的分步指南使用 GroupDocs.Conversion Cloud SDK for Java。...SDK 提供了 范围广泛 的文档转换选项,包括 PDF、DOC、DOCX、XLSX、HTML、光栅图像等。对于需要将文档...

    blog.groupdocs.cloud/zh/conversion/convert-png-...
  8. 用 Java 提取 PDF 页面 | PDF提取器

    了解如何使用 Java 从 PDF 中提取页面并在线分离 PDF 页面。本文提供有关如何使用 GroupDocs.Merger API 的分步指南。...文档拆分为单独的文件 如何在 Java 中合并 Word 文档(DOC、DOCX) 如何在 Python 中拆分 PowerPoint...

    blog.groupdocs.cloud/zh/merger/extract-pages-fr...
  9. 在 Node.js 中使用 REST API 在 Word 文档中添加注释

    使用适用于 Node.js 的 Document Annotation Cloud SDK 在 Node.js 中的云端使用 REST API 以编程方式在 Word 文档中添加注释。...js SDK # 为了注释 DOC 或 DOCX 文件,我们将使用 GroupDocs.Annotation...

    blog.groupdocs.cloud/zh/annotation/add-annotati...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“Docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“Docx”, for example)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."utf-8" } WordProcessingLoadOp - doc, docm, docx, dot, dotm, dotx...

    docs.groupdocs.cloud/conversion/loadoptions/