Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 1,484 for

pptx to ppt

(0.14 sec)
  1. 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}" } ppt, pps, pptx, ppsx, odp, potx, potm...

    docs.groupdocs.cloud/conversion/convertoptions/
  2. 在 Java 中将 PDF 转换为 TIFF - 分步指南。

    了解如何使用 REST API 在 Java 中以编程方式将 PDF 转换为 TIFF 文件。本指南提供示例代码和分步说明。...Python 中使用 REST API 将 PDF 转换为 PPTX 使用 Java 将 PDF 文件转换为 PNG 并将 PNG...格式 如何使用 Java 将 PowerPoint PPT PPTX 转换为 HTML 如何在 Java 中将 Visio...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  3. Java 将 HTML 转换为 Word DOC 或 DOCX。

    了解如何使用 GroupDocs.Conversion Cloud REST API 以编程方式在 Java 中快速高效地将 HTML 转换为 Word(DOC、DOCX)。...CSV 在 Python 中将 PowerPoint PPT/PPTX 转换为 JPG/JPEG 图像 在 Python 中将...Python 中使用 REST API 将 PDF 转换为 PPTX 在 Python 中将 Word 转换为 Markdown...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  4. pdf to powerpoint on Document Processing REST A...

    pdf To powerpoint on Document Processing REST APIs | GroupDocs Cloud Recent content in pdf To powerpoint on Document Processing REST APIs | GroupDocs Cloud Convertir PDF a PowerPoint con Java - PDF......PowerPoint con Java - PDF a PPT en Java Convierte PDF a presentaciones...Guarda PDF en PPT en línea. Converter de PDF a PPTX gratuito. Convierta...

    blog.groupdocs.cloud/es/tag/pdf-to-powerpoint/i...
  5. powerpoint to jpeg on Document Processing REST ...

    powerpoint To jpeg on Document Processing REST APIs | GroupDocs Cloud Recent content in powerpoint To jpeg on Document Processing REST APIs | GroupDocs Cloud Extraire des images de PowerPoint en C#......NET | API Extracteur d'images PPTX Comment extraire et télécharger...d'images PPT et PPTX avec l'API REST. PPT en JPG Recent...

    blog.groupdocs.cloud/fr/tag/powerpoint-to-jpeg/...
  6. pdf to powerpoint on Document Processing REST A...

    pdf To powerpoint on Document Processing REST APIs | GroupDocs Cloud Recent content in pdf To powerpoint on Document Processing REST APIs | GroupDocs Cloud Convertir PDF en PowerPoint avec Java - P......PowerPoint avec Java - PDF en PPT en Java Convertir sans effort...le PDF en PPT en ligne. Convertisseur PDF en PPTX gratuit. Convertir...

    blog.groupdocs.cloud/fr/tag/pdf-to-powerpoint/i...
  7. powerpoint to jpeg on Document Processing REST ...

    powerpoint To jpeg on Document Processing REST APIs | GroupDocs Cloud Recent content in powerpoint To jpeg on Document Processing REST APIs | GroupDocs Cloud Estrai immagini da PowerPoint in C# .NE......| API di estrazione immagini PPTX Come estrarre e scaricare immagini...l'estrazione di immagini da PPT e PPTX con REST API. PPT in JPG Recent content...

    blog.groupdocs.cloud/it/tag/powerpoint-to-jpeg/...
  8. how to combine powerpoint slides on Document Pr...

    how To combine powerpoint slides on Document Processing REST APIs | GroupDocs Cloud Recent content in how To combine powerpoint slides on Document Processing REST APIs | GroupDocs Cloud Fusionner d......Fusionner des fichiers PowerPoint PPT/PPTX en ligne à l'aide de l'API...fusionner des fichiers PowerPoint PPT/PPTX en ligne à l'aide de l'API...

    blog.groupdocs.cloud/fr/tag/how-to-combine-powe...
  9. Convert PDF to PowerPoint on Document Processin...

    Convert PDF To PowerPoint on Document Processing REST APIs | GroupDocs Cloud Recent content in Convert PDF To PowerPoint on Document Processing REST APIs | GroupDocs Cloud Chuyển đổi PDF sang Power......trình bày PDF sang PowerPoint PPTX bằng cách sử dụng API REST trong...PDF sang PPTPPTX. Chuyển đổi PDF sang PowerPoint PPTX bằng Python...

    blog.groupdocs.cloud/vi/tag/convert-pdf-to-powe...
  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)....PresentationLoadOpti - ppt, pps, pptx, ppsx, odp, otp, potx,...

    docs.groupdocs.cloud/conversion/loadoptions/