Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 378,469 for

save

(0.22 sec)
  1. Convert ODP to FODP in Node.js | products.aspos...

    Convert ODP to FODP in Node.js. Use Node.js library API to convert ODP files to FODPs...Presentation from ODP file and save it as FODP. Node.js code for..."welcome-to-powerpoint.odp" ); try { pres . save ( "output.fodp" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  2. Convert ODP to GIF in Node.js | products.aspose...

    Convert ODP to GIF in Node.js. Use Node.js library API to convert ODP files to GIFs...Presentation from ODP file and save it as GIF. Node.js code for..."welcome-to-powerpoint.odp" ); try { pres . save ( "output.gif" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  3. Convert FODP to PPT in Node.js | products.aspos...

    Convert FODP to PPT in Node.js. Use Node.js library API to convert FODP files to PPTs...Presentation from FODP file and save it as PPT. Node.js code for..."welcome-to-powerpoint.fodp" ); try { pres . save ( "output.ppt" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  4. Convert FODP to PPTM in Node.js | products.aspo...

    Convert FODP to PPTM in Node.js. Use Node.js library API to convert FODP files to PPTMs...Presentation from FODP file and save it as PPTM. Node.js code for..."welcome-to-powerpoint.fodp" ); try { pres . save ( "output.pptm" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  5. Manage Presentation Shapes in Java|Aspose.Slide...

    Learn to create, edit and optimize shapes in Aspose.Slides for Java and deliver high-performance PowerPoint presentations.... Save the modified presentation as...the PPTX file to disk pres . save ( "CloneShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/java/shape-manipulations/
  6. Create 3D Presentations in PHP|Aspose.Slides fo...

    Generate interactive 3D presentations in PHP with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....$imageScale ); $thumbnail -> save ( "sample_3d.png" , ImageFormat...dispose (); $presentation -> save ( "sandbox_3d.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/3d-presentation/
  7. Extract images from PDF in Python | Aspose.PDF

    Python source code to extract images from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Save output image to jpeg file. Save updated PDF...path_outfile , "w" ) # Save output image xImage . save ( output_image...

    products.aspose.com/pdf/python-net/parser/images/
  8. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document... Saving . PdfPermissions Examples Shows...how to set permissions on a saved PDF document. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Manage Presentation Shapes in JavaScript|Aspose...

    Learn to create, edit and optimize shapes using JavaScript and Aspose.Slides for Node.js via Java and deliver high-performance PowerPoint presentations.... Save the modified presentation as...the PPTX file to disk pres . save ( "CloneShape_out.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/shape-manipu...
  10. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。...fdfInputStream ); } // Save PDF document form . Save ( dataDir + "Im..."student.fdf" ); // Save PDF document editor . Save ( dataDir + "I...

    docs.aspose.com/pdf/zh/net/import-fdf/