Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 367,906 for

save

(0.19 sec)
  1. Convert PowerPoint Slides to PNG in PHP|Aspose....

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for PHP via Java, ensuring precise, automated results....save(String formatName, int imageFormat)...com/slides/php-java/aspose.slides/IImage#save(String formatName, int imageFormat))...

    docs.aspose.com/slides/php-java/convert-powerpo...
  2. Convert POTX to JPG in JavaScript | products.as...

    Convert POTX to JPG in JavaScript. Use Node.js library API to convert POTX files to JPG...Presentation from POTX file and save it as JPG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".jpg" , ImageFormat...

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

    Convert PPS to BMP in JavaScript. Use Node.js library API to convert PPS files to BMP...Presentation from PPS file and save it as BMP. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".bmp" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  4. Convert PPS to PNG in JavaScript | products.asp...

    Convert PPS to PNG in JavaScript. Use Node.js library API to convert PPS files to PNG...Presentation from PPS file and save it as PNG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".png" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  5. Convert ODP to PNG in JavaScript | products.asp...

    Convert ODP to PNG in JavaScript. Use Node.js library API to convert ODP files to PNG...Presentation from ODP file and save it as PNG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".png" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  6. Convert OTP to PNG in JavaScript | products.asp...

    Convert OTP to PNG in JavaScript. Use Node.js library API to convert OTP files to PNG...Presentation from OTP file and save it as PNG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".png" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  7. Convert PPSX to BMP in JavaScript | products.as...

    Convert PPSX to BMP in JavaScript. Use Node.js library API to convert PPSX files to BMP...Presentation from PPSX file and save it as BMP. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".bmp" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  8. Convert PPT to BMP in JavaScript | products.asp...

    Convert PPT to BMP in JavaScript. Use Node.js library API to convert PPT files to BMP...Presentation from PPT file and save it as BMP. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".bmp" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  9. Convert PPSX to JPG in JavaScript | products.as...

    Convert PPSX to JPG in JavaScript. Use Node.js library API to convert PPSX files to JPG...Presentation from PPSX file and save it as JPG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".jpg" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  10. 用C++删除工作表中的空白行和空白列|Documentation

    使用Aspose.Cells和C++删除工作表中的空行和空列。... DeleteBlankRows (); // Save the Excel file U16String outputFilePath..."mybook.out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/delete-blank-rows-...