Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 1,271 for

docx to pdf

(0.06 sec)
  1. How to convert HTML to DOC in Java

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Java 中以编程方式将 HTML 转换为 Word(DOC、DOCX)。 HTML,或超文本标记语言,是一种用于创建和构建网页的标准标记语言。另一方面,Word...Java 中以编程方式将 HTML 转换为 Word(DOC、DOCX)的综合指南。 本文应涵盖以下主题: Java HTML...

    blog.groupdocs.cloud/zh/tag/how-to-convert-html...
  2. annoucing-groupdcs.comparison-cloud-API-first-r...

    First Release of GroupDocs.Comparison REST API is about To release. This release will include document comparison features along with support of Word, Pdf.....Words supported: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF, ODT,... ODP, OTP Comparison.Pdf supported: PDF Comparison.Html supported:...

    blog.groupdocs.cloud/comparison/next-generation...
  3. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document sTorage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name It could be omitted for default sTorage....like ZIP archives, emails or PDF portfolios. ContainerItemInfo...FilePath: '/words/four-pages.docx' }" Response { "fileType" :...

    docs.groupdocs.cloud/parser/get-document-inform...
  4. Sending Markdown files for translation | Docume...

    How To send Markdown files for translation To the selected languages.... Docx. outputFormat String n/a Extension...com/0cd7b09d-4d63-4bcd-a9a5-dfd72897aa17.pdf...ff474526313a24821e98", "savingMode":...

    docs.groupdocs.cloud/translation/file/request/m...
  5. 4. Convert to Image Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows To convert the supported document formats To Image Formats and returns the output document sTorage URL and also support To get result as a array of stream. Convert To Images Formats You can convert the supported document formats To Images Formats and get the output as sTorage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert To Images format example....docx\", \"Format\": \"jpg\", \"LoadOptions\":..."conversions/password-protected.docx" , Format = "jpeg" , LoadOptions...

    docs.groupdocs.cloud/conversion/convert-to-imag...
  6. Word to Powerpoint ruby

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....PowerPoint 转换的 API 在 Ruby 中将 DOCX 转换为 PPTX 或 PPT 使用高级选项将 Word...MS Office 和 OpenDocument 文件格式、PDF、HTML、CAD、光栅图像等。...

    blog.groupdocs.cloud/zh/tag/word-to-powerpoint-...
  7. How to convert HTML to DOC in Java

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Java 中以編程方式將 HTML 轉換為 Word(DOC、DOCX)。 HTML,或超文本標記語言,是一種用於創建和構建網頁的標準標記語言。另一方面,Word...Java 中以編程方式將 HTML 轉換為 Word(DOC、DOCX)的綜合指南。 本文應涵蓋以下主題: Java HTML...

    blog.groupdocs.cloud/zh-hant/tag/how-to-convert...
  8. how to make word file to image in java

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Java 應用程序中以編程方式將 Excel 文件轉換為 PDF 文件。在某些情況下,您需要將 word 文件轉換為不易修...我們將在本文中介紹以下幾點: Java 以編程方式將 DOCX 轉換為 JPG 並將 JPG 轉換為 DOCX - API 安裝 如何使用 REST...

    blog.groupdocs.cloud/zh-hant/tag/how-to-make-wo...
  9. 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....pages to be converted usePdf Use pdf as intermediate format watermarkOptions...pages to be converted usePdf Use pdf as intermediate format { "format"...

    docs.groupdocs.cloud/conversion/convertoptions/
  10. Sending HTML files for translation | Documentation

    How To send HTML files for translation To the selected languages.... Docx. outputFormat String n/a Extension...com/0cd7b09d-4d63-4bcd-a9a5-dfd72897aa17.pdf...ff474526313a24821e98", "savingMode":...

    docs.groupdocs.cloud/translation/file/request/h...