Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 369,861 for

save

(0.11 sec)
  1. Convert PPSX to GIF in Node.js | products.aspos...

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

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

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

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

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

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

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

    products.aspose.com/slides/nodejs-java/conversi...
  5. CellsException : File format not supported - Fr...

    Dear sir, When converting a specific excel to a PDF we've encountered an error. (unfortunately, this exception isn't thrown by Aspose, so we couldn't catch it) com.aspose.cells.CellsException: This file's format is no…...importing a CSV file, and then saving it as an xls file (using MS...MS Excel 2016). However when saving the spreadsheet as xlsx, everything...

    forum.aspose.com/t/cellsexception-file-format-n...
  6. Customize Chart Legends in Presentations with P...

    Customize chart legends with Aspose.Slides for Python via .NET to optimize PowerPoint and OpenDocument presentations with tailored legend formatting.... Save the presentation as a PPTX file...height # Save the presentation to disk. presentation . save ( "legend_positioning...

    docs.aspose.com/slides/python-net/chart-legend/
  7. 输出HTML时单独导出工作表CSS,使用Node.js通过C++|Documentation

    了解如何在将Excel文件转换为HTML时单独导出工作表CSS,使用Aspose.Cells for Node.js via C++。...setStyle ( st ); // Specify html save options - export worksheet css...( true ); // Save the workbook in html wb . save ( "outputExportWorkshee...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  8. PDF Redaction API | Aspose.PDF

    Redact PDF documents with free cross-platform Apps and High Code APIs for any platform.... Save PDF file. Redact PDF - C# Document...); annot . Redact (); } doc . Save ( dataDir + "output.pdf" );...

    products.aspose.com/pdf/redaction/
  9. 在 PHP 中以合适的角度旋转形状|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....1 ) -> setAngle ( 190 ); \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "RotateShape.vdx"...

    docs.aspose.com/diagram/zh/java/rotate-a-shape-...
  10. ShapeRenderer class | Aspose.Words for Python

    aspose.words.rendering.ShapeRenderer class. Provides methods to render an individual [Shape](../../aspose.words.drawing/shape/) or [GroupShape](../../aspose.words.drawing/groupshape/) to a raster or vector image or to a Graphics object...from NodeRendererBase ) save(file_name, save_options) Renders the...the shape into an image and saves into a file. (Inherited from...

    reference.aspose.com/words/python-net/aspose.wo...