Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 9,623 for

ppt

(0.16 sec)
  1. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....in Python Convert PowerPoint PPT/PPTX to JPG/JPEG Images in Python...

    blog.groupdocs.cloud/conversion/convert-word-to...
  2. Convert PDF to an editable DOC using C-Sharp .NET

    GroupDocs.Conversion C# .NET API provides an easy way to convert and change PDF to Word file online. This article is about how to convert PDF to Word in C#....in Python Convert PowerPoint PPT/PPTX to JPG/JPEG Images in Python...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. Java Convert Word Document to HTML File

    Automatically convert a Word DOCX file to HTML file using Java GroupDocs API. This article is about how to convert Word file to HTML in Java using REST API....in Python Convert PowerPoint PPT/PPTX to JPG/JPEG Images in Python...

    blog.groupdocs.cloud/conversion/convert-word-fi...
  4. 使用 Python 编辑 PowerPoint 演示文稿 |在 Python 中编辑 PPTX

    使用适用于 Python 的 Document Editor Cloud SDK 在 Python 中使用云中的 REST API 以编程方式编辑 PowerPoint 演示文稿。...Excel 工作表 以编程方式编辑 Word、Excel、PPT 和 Web 文档...

    blog.groupdocs.cloud/zh/editor/edit-powerpoint-...
  5. 在 Python 中将 EXCEL 转换为 JSON 并将 JSON 转换为 EXCEL

    GroupDocs API 提供了一种在 python 中转换 JSON 和 excel 工作表的简单方法。让我们学习如何在 Python 中将 EXCEL 转换为 JSON 以及将 JSON 转换为 EXCEL。...Word 在 Python 中将 PowerPoint PPT/PPTX 转换为 JPG/JPEG 图像 如何在 Python...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  6. 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....in Python Convert PowerPoint PPT/PPTX to JPG/JPEG Images in Python...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. 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....Python SDK Merge PowerPoint PPT/PPTX Files Online using REST...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  8. Working with Presentations | Documentation

    Presentation documents are presented by many formats: Ppt, PptX, PptM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. 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 Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M)...

    docs.groupdocs.cloud/editor/working-with-presen...
  9. Convert PDF File to PNG and PNG to PDF Format u...

    Convert a file format to another with fast, reliable, and secure conversion API. Let's see how to convert PDF file to PNG and PNG to PDF format using Java....Python SDK Merge PowerPoint PPT/PPTX Files Online using REST...

    blog.groupdocs.cloud/conversion/convert-pdf-fil...
  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...."pageOrientation" : "{pageOrientation}" } ppt, pps, pptx, ppsx, odp, potx,...

    docs.groupdocs.cloud/conversion/convertoptions/