Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 375,788 for

save

(0.17 sec)
  1. Import Presentations from PDF or HTML in C++|As...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument presentations in C++ with Aspose.Slides for seamless, high-performance slide processing.... Use the Save() method to save the file in the PowerPoint...u "InputPDF.pdf" ); pres -> Save ( u "OutputPresentation.pptx"...

    docs.aspose.com/slides/cpp/import-presentation/
  2. Import Presentations from PDF or HTML in Java|A...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument presentations in Java with Aspose.Slides for seamless, high-performance slide processing.... Use the save() method to save the file in the PowerPoint...addFromPdf ( "InputPDF.pdf" ); pres . save ( "OutputPresentation.pptx"...

    docs.aspose.com/slides/java/import-presentation/
  3. Create and Read an Existing 3D Scene|Documentation

    Aspose.3D API supports creating the new 3D scenes from the scratch and then Save in any supported file format. Developers can also load an existing 3D Scene for the modification, addition or processing purposes....Create an Empty 3D Scene and Save in Supported 3D File Formats...scenes from the scratch and then save in any supported file format...

    docs.aspose.com/3d/python-net/create-and-read-a...
  4. 指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions实例...new Sphere ()); // Set glTF saving options. The code example embeds..."mybuf.bin" ); // Save glTF file scene . save ( MyDir + "glTFSaveOptions_out...

    docs.aspose.com/3d/zh/java/specify-3d-file-save...
  5. Import Presentations from PDF or HTML in PHP|As...

    Import PDF and HTML documents into PowerPoint and OpenDocument presentations in PHP with Aspose.Slides for seamless, high-performance slide processing.... Use the save() method to save the file in the PowerPoint...( "InputPDF.pdf" ); $pres -> save ( "OutputPresentation.pptx"...

    docs.aspose.com/slides/php-java/import-presenta...
  6. 以ODF 1.1、1.2和1.3格式保存,使用Node.js via C++|Document...

    使用Aspose.Cells for Node.js via C++将Excel转换为ODF 1.1、1.2和1.3规范..." ); // Save ODS in ODF 1.2 version which...OdsSaveOptions (); workbook . save ( path . join ( dataDir , "ODF1...

    docs.aspose.com/cells/zh/nodejs-cpp/save-ods-fi...
  7. Convert PowerPoint Presentations to HTML in .NE...

    Convert PowerPoint presentations to responsive HTML in .NET. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results.... Use the Save method to save the object as an HTML...{ // Save the presentation as HTML. presentation . Save ( "output...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  8. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....the overlap setting, and then save the result as a PPTX file: import... overlap = series_overlap # Save the presentation file to disk...

    docs.aspose.com/slides/python-net/chart-series/
  9. Aspose.PSD for .NET 22.5 - Release Notes|Docume...

    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 ( outputImage20 , new PngOptions... Opacity = 200 ; psdImage . Save ( outputImage200 , new PngOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-5...
  10. Draw Shapes in Page|Documentation

    This section explains how to draw shapes in a visio page with Aspose.Diagram....2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawPolylineInPage_out...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawBezierInPage_out...

    docs.aspose.com/diagram/net/draw-shapes-in-page/