Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 380,291 for

save

(0.53 sec)
  1. C++ API to Convert XPS to PPT | products.aspose...

    Convert XPS to PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to PPTX by using Save method function Load PPTX document...reference Save the document to PPT format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  2. C++ API to Convert XPS to POTX | products.aspos...

    Convert XPS to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to PPTX by using Save method function Load PPTX document...reference Save the document to POTX format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  3. C++ API to Convert PDF to POTM | products.aspos...

    Convert PDF to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PDF to PPTX by using Save method function Load PPTX document...reference Save the document to POTM format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  4. BarcodeGenerator|Aspose.BarCode for Python via ...

    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(stream, format) Save barcode image to stream...specific format. save(filename, format) Save barcode image to...

    docs.aspose.com/barcode/python-net/api-referenc...
  5. Create Thumbnails of Presentation Shapes in Pyt...

    Generate high-quality shape thumbnails from PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET – easily create and export presentation thumbnails.... Save the thumbnail image in the desired...: # Save the image to disk in PNG format. thumbnail . save ( "shape_thumbnail...

    docs.aspose.com/slides/python-net/create-shape-...
  6. Convert Presentations to PDF with Notes in Pyth...

    Convert formats PPT, PPTX and ODP to PDF with notes using Aspose.Slides for Python. Preserve layouts and speaker notes for professional presentations....PowerPoint to PDF with Notes The save method in the Presentation class...include speaker notes, and then save the file as a PDF. The following...

    docs.aspose.com/slides/python-net/convert-power...
  7. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。...Create a cylinder object and save it to ply file FileFormat ....ply" ); /* using Ply save options*/ //Save as binary PLY format...

    docs.aspose.com/3d/zh/net/convert-mesh-of-a-sin...
  8. Create Thumbnails of Presentation Shapes in PHP...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for PHP via Java – easily create and export presentation thumbnails.... Save the thumbnail image in your...get_Item ( 0 ) -> getImage (); # Save the image to disk in PNG format...

    docs.aspose.com/slides/php-java/create-shape-th...
  9. Create Thumbnails of Presentation Shapes in Jav...

    Generate high-quality shape thumbnails from PowerPoint slides with JavaScript and Aspose.Slides for Node.js – easily create and export presentation thumbnails.... Save the thumbnail image in your...get_Item ( 0 ). getImage (); // Save the image to disk in PNG format...

    docs.aspose.com/slides/nodejs-java/create-shape...
  10. Split PDF programmatically|Aspose.PDF for .NET

    This topic shows how to split PDF pages into individual PDF files in your .NET applications with C#.... Save the new PDF using Save method. The following...( page ); // Save PDF document document2 . Save ( dataDir + "Page_"...

    docs.aspose.com/pdf/net/split-pdf-document/