Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 368,275 for

save

(0.1 sec)
  1. Convert PPTM to BMP in JavaScript | products.as...

    Convert PPTM to BMP in JavaScript. Use Node.js library API to convert PPTM files to BMP...Presentation from PPTM 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...
  2. Convert PPT to JPG in JavaScript | products.asp...

    Convert PPT to JPG in JavaScript. Use Node.js library API to convert PPT files to JPG...Presentation from PPT 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 PPTX to BMP in JavaScript | products.as...

    Convert PPTX to BMP in JavaScript. Use Node.js library API to convert PPTX files to BMP...Presentation from PPTX 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 PPSM to BMP in JavaScript | products.as...

    Convert PPSM to BMP in JavaScript. Use Node.js library API to convert PPSM files to BMP...Presentation from PPSM 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...
  5. Aspose.PSD for .NET 19.8 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Gradient Feature PSDNET-166 Saving PSD into PDF does not provide...Feature PSDNET-158 Support saving PSB as PDF Feature PSDNET-189...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-8...
  6. Creating PDF from XML using XSLT|Aspose.PDF for...

    C++ library provides the ability to convert an XML file into pdf document requiring that the input XML file must follow the Aspose.PDF Schema....by calling its BindXML method Save the bound XML with PDF instance...(); throw ; } //Save the document pdf -> Save ( _dataDir + u ...

    docs.aspose.com/pdf/cpp/create-a-hello-world-pd...
  7. Split a Document in Node.js|Aspose.Words for No...

    Split a document into several files using Node.js. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....them, for example, to mark up, save, or send. Aspose.Words provides...format. Split the document. Save the output documents. After...

    docs.aspose.com/words/nodejs-net/split-a-document/
  8. Aspose.PSD for .NET 21.7 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save ( outputFilePng , new PngOptions...PngOptions ()); image . Save ( outputFilePsd ); } using ( var image...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. 用 Node.js 在 C++ 中创建工作簿和工作表范围命名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建工作簿和工作表范围命名。..."workbookScope" ); // Save the workbook workbook . save ( path . join...local" ); // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/create-work...
  10. Wrapping Cell Text|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save the spreadsheet. The code samples...cellA5 . WrapText = true ; // Save the workbook workbook . SaveAs...

    docs.aspose.com/cells/net/wrapping-cell-text/