Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 345,690 for

save

(0.1 sec)
  1. Convert PPTM to POTM in JavaScript | products.a...

    Convert PPTM to POTM in JavaScript. Use Node.js library API to convert PPTM files to POTM...Presentation from PPTM file and save it as POTM. JavaScript code..."welcome-to-powerpoint.pptm" ); try { pres . save ( "output.potm" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  2. Convert PPTX to PDF in JavaScript | products.as...

    Convert PPTX to PDF in JavaScript. Use Node.js library API to convert PPTX files to PDF...Presentation from PPTX file and save it as PDF. JavaScript code for..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.pdf" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  3. Convert PPTX to PPS in JavaScript | products.as...

    Convert PPTX to PPS in JavaScript. Use Node.js library API to convert PPTX files to PPS...Presentation from PPTX file and save it as PPS. JavaScript code for..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.pps" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  4. Convert PPTX to PDF in Node.js | products.aspos...

    Convert PPTX to PDF in Node.js. Use Node.js library API to convert PPTX files to PDFs...Presentation from PPTX file and save it as PDF. Node.js code for..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.pdf" , aspose . slides...

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

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

    products.aspose.com/slides/nodejs-java/conversi...
  6. Convert PPTX to POTX in Node.js | products.aspo...

    Convert PPTX to POTX in Node.js. Use Node.js library API to convert PPTX files to POTXs...Presentation from PPTX file and save it as POTX. Node.js code for..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.potx" , aspose . slides...

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

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

    products.aspose.com/slides/nodejs-java/conversi...
  8. Convert PPTM to PPT in JavaScript | products.as...

    Convert PPTM to PPT in JavaScript. Use Node.js library API to convert PPTM files to PPT...Presentation from PPTM file and save it as PPT. JavaScript code for..."welcome-to-powerpoint.pptm" ); try { pres . save ( "output.ppt" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  9. Insert an Empty Page into a PDF File in PHP|Asp...

    Learn how to insert an empty page at any position within a PDF file in PHP using Aspose.PDF for flexible document structuring....getPages () -> insert ( 1 ); # Save the concatenated output file...(the target document) $pdf -> save ( $dataDir . "output.pdf" );...

    docs.aspose.com/pdf/java/insert-an-empty-page-i...
  10. 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/