Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 19,809 for

html

(0.1 sec)
  1. 使用 C-Sharp .NET 将 PDF 转换为可编辑的 DOC

    GroupDocs.Conversion C# .NET API 提供了一种在线将 PDF 转换和更改为 Word 文件的简便方法。本文介绍如何在 C# 中将 PDF 转换为 Word。...可以在 50 多种类型的文件之间来回转换,包括 PDF、HTML、CAD、光栅图像等所有格式。它还允许您将特定于格式的信...在 Python 中使用 REST API 以编程方式将 HTML 转换为 PDF 在 Python 中使用 REST API...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  2. 首次公開發布下一代 GroupDocs.Comparison Cloud API

    GroupDocs.Comparison Cloud 是一個 REST API,用於通過雲中的操作和更改來比較文檔。...API,用於比較幾乎所有主要文檔和圖像格式,例如 Word、Cell、Html、PDF、PowerPoint 和圖像。一些主要特點如下。您可以訪問...

    blog.groupdocs.cloud/zh-hant/comparison/announc...
  3. 使用 Ruby 将多种文件类型合并到一个文档中

    如何使用 Ruby 将多种文件类型合并到一个文档中...中合并、拆分、删除和重新排列单个页面或一组页面, Visio 绘图 、 PDF 和 HTML 。请在控制台中使用以下命令安装它: gem install...

    blog.groupdocs.cloud/zh/merger/merge-multiple-f...
  4. 在 Python 中将 Word 转换为 JPEG、PNG 或 GIF 图像文件

    本文介绍如何在 Python 中将 Word 转换为 JPEG、PNG 或 GIF 图像文件...PDF 在 Python 中使用 REST API 将 HTML 转换为 PDF...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  5. 使用 Ruby 将 PDF 转换为可编辑的 Word 文档

    您可以在云端的 Ruby 中将 PDF 转换为 Word DOCX。在本文中,我们将学习如何使用 Ruby Cloud API 将 PDF 转换为可编辑的 Word 文档。...MS Word、PowerPoint, Excel、PDF、HTML、CAD 和光栅图像等 50 多种类型的文档和图像之间进行可靠的转换。GroupDocs...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  6. 在 Python 中将 Word 转换为 TIFF 文件

    GroupDocs API 是一种在几秒钟内将 DOC 转换为 TIFF 文件的安全且易于使用的方法。本文介绍如何在 Python 中将 word 转换为 TIFF 文件。...电子表格 如何在 Python 中将 PDF 文件转换为 HTML 如何使用 REST API 在线将 EML 文件转换为...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...Type Description Web string HTML string color representation...

    docs.groupdocs.cloud/signature/common-structures/
  8. Convert PDF to Word Document in Java using REST...

    Convert PDF to editable Word DOC using PDF to Word converter fast, and reliable APIs. Let's see how to convert PDF to Word document in Java using REST API....such as Excel, PDF, PowerPoint, HTML, Email, Word, Photoshop, CorelDraw...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. Convert SVG to PDF and PDF to SVG Programmatica...

    Online file conversion service to convert from PDF into optimized SVG images. Let's see how to convert SVG to PDF and PDF to SVG programmatically in Java....Word in Python How to Convert HTML to PDF in C# using REST API...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  10. 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...."watermarkOptions" : [{ options }] } html Properties Description format...

    docs.groupdocs.cloud/conversion/convertoptions/