Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 373,070 for

save

(0.12 sec)
  1. 在 JavaScript 中从 PDF 或 HTML 导入演示文稿|Aspose.Slides...

    使用 Aspose.Slides for Node.js 将 PDF 和 HTML 文档导入 PowerPoint 和 OpenDocument 演示文稿,实现无缝、高性能的幻灯片处理。... 使用 save() 方法将文件保存为 PowerPoint 格式。 此...addFromPdf ( "InputPDF.pdf" ); pres . save ( "OutputPresentation.pptx"...

    docs.aspose.com/slides/zh/nodejs-java/import-pr...
  2. Slide Transition|Aspose.Slides for Node.js via ...

    Master slide transitions in Aspose.Slides for Node.js: add, customize, and sequence effects and durations with examples for PPT, PPTX, and ODP presentations.... save ( "slide_transition.pptx" ,...TransitionType . None ); presentation . save ( "slide_transition_removed...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  3. Section|Aspose.Slides for Node.js via .NET Docu...

    Manage slide sections in Aspose.Slides for Node.js via Java: create, rename, reorder, and group slides with JavaScript examples for PPT, PPTX, and ODP.... save ( "section.pptx" , aspose ....( section ); presentation . save ( "section_removed.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  4. Convert SVG to PPT in PHP | products.aspose.com

    Convert SVG to PPT in PHP. Use PowerPoint PHP API to convert SVG files to PPT...Presentation from SVG file and save it as PPT. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.ppt" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  5. Convert JPG to HTML in PHP | products.aspose.com

    Convert JPG to HTML in PHP. Use PowerPoint PHP API to convert JPG files to HTML...Presentation from JPG file and save it as HTML. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.pptx" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  6. Convert Image to PPT in PHP | products.aspose.com

    Convert Image to PPT in PHP. Use PowerPoint PHP API to convert Image files to PPT...Presentation from Image file and save it as PPT. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.ppt" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  7. Convert Image to HTML in PHP | products.aspose.com

    Convert Image to HTML in PHP. Use PowerPoint PHP API to convert Image files to HTML...Presentation from Image file and save it as HTML. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.pptx" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  8. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....try { // save the image on the disk. slideImage . save ( "output...(); } // Generate PDF pres . save ( "output_out.pdf" , SaveFormat...

    docs.aspose.com/slides/androidjava/default-font/
  9. Wrapping Cell Text in VSTO and Aspose.Cells|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save the spreadsheet. The code samples...cellA5 . WrapText = true ; // Save the workbook workbook . SaveAs...

    docs.aspose.com/cells/net/wrapping-cell-text-in...
  10. 保存网站 – C# – Aspose.HTML for .NET

    了解如何使用 Aspose.HTML for .NET 保存网站或网页,并根据自己的需要自定义保存过程。...// Extract and save a wab page with default save options in C#...); 5 6 // Prepare a path to save the downloaded file 7 string...

    docs.aspose.com/html/zh/net/website-to-html/