Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 369,779 for

save

(0.16 sec)
  1. Convert PDF to PPTX in Node.js | products.aspos...

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

    products.aspose.com/slides/nodejs-java/conversi...
  2. Convert PPSX to POT in Node.js | products.aspos...

    Convert PPSX to POT in Node.js. Use Node.js library API to convert PPSX files to POTs...Presentation from PPSX file and save it as POT. Node.js code for..."welcome-to-powerpoint.ppsx" ); try { pres . save ( "output.pot" , aspose . slides...

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

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

    products.aspose.com/slides/nodejs-net/conversio...
  4. Delete Blank Rows and Columns in a Worksheet wi...

    Delete empty rows and columns in a worksheet using Aspose.Cells with C++.... DeleteBlankRows (); // Save the Excel file U16String outputFilePath..."mybook.out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/delete-blank-rows-and...
  5. Merge OTP Files To PNG Using Python | products....

    Merge multiple OTP files in Python.... save( "presentation_slide_ {0} .png"...steps to merge two OTP files and save result as PNG in Python. Install...

    products.aspose.com/slides/python-net/merge/otp...
  6. Merge OTP Files To BMP Using Python | products....

    Merge multiple OTP files in Python.... save( "presentation_slide_ {0} .bmp"...steps to merge two OTP files and save result as BMP in Python. Install...

    products.aspose.com/slides/python-net/merge/otp...
  7. Merge ODP Files To BMP Using Python | products....

    Merge multiple ODP files in Python.... save( "presentation_slide_ {0} .bmp"...steps to merge two ODP files and save result as BMP in Python. Install...

    products.aspose.com/slides/python-net/merge/odp...
  8. Merge PPT Files To BMP Using Python | products....

    Merge multiple PPT files in Python.... save( "presentation_slide_ {0} .bmp"...steps to merge two PPT files and save result as BMP in Python. Install...

    products.aspose.com/slides/python-net/merge/ppt...
  9. Merge PPTM Files To BMP Using Python | products...

    Merge multiple PPTM files in Python.... save( "presentation_slide_ {0} .bmp"...to merge two PPTM files and save result as BMP in Python. Install...

    products.aspose.com/slides/python-net/merge/ppt...
  10. Inserting and Deleting Rows and Columns in Pyth...

    Use Python Excel API to create Excel spreadsheets in Python. Insert or delete rows from XLSX or XLS in your Python applications without MS Office....the worksheet Insert the row Save as XLS or XLSX workbook Python.... insertRows ( 2 , 1 ) \ # Saving the modified Excel file in...

    docs.aspose.com/cells/java/inserting-and-deleti...