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

save

(0.09 sec)
  1. Convert PPT to PPTM in Node.js | products.aspos...

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

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

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

    products.aspose.com/slides/nodejs-java/conversi...
  3. Convert POTM to HTML in JavaScript | products.a...

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

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

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

    products.aspose.com/slides/nodejs-java/conversi...
  5. Convert POT to POTX in JavaScript | products.as...

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

    products.aspose.com/slides/nodejs-net/conversio...
  6. 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...
  7. 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...
  8. 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...
  9. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document... Saving . OoxmlCompliance Examples...DiagonalCornersRound, // then save the document with "Strict" or...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...