Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 369,791 for

save

(0.3 sec)
  1. Convert POT to PNG in JavaScript | products.asp...

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

    Convert POTM to BMP in JavaScript. Use Node.js library API to convert POTM files to BMP...Presentation from POTM 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...
  3. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。... RemoveAt ( 0 ); // Save the workbook to retain the changes...changes workbook . Save ( outputFilePath ); std :: cout << "Named...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  4. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....setFitToPagesWide ( 1 ); // Save the workbook workbook . save ( "out_net.pdf"...( true ); // Save the workbook. workbook . save ( "OnePagePerSheet...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  5. 在 Java 中将 PowerPoint 演示文稿转换为 SWF Flash|Aspose.S...

    使用 Aspose.Slides 在 Java 中将 PowerPoint(PPT/PPTX)转换为 SWF Flash。一步步代码示例,快速高质量输出,无需 PowerPoint 自动化。...PPT(X) to SWF 由 Presentation 类公开的 Save 方法可用于将整个演示文稿转换为 SWF 文档。以下示例演示如何使用由...BottomFull ); // 保存演示文稿 pres . save ( "Sample.swf" , SaveFormat...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  6. Tables and Ranges with Node.js via C++|Document...

    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....convertToRange (); // Save the file wb . save ( path . join ( dataDir...( options ); // Save the file workbook . save ( path . join (...

    docs.aspose.com/cells/nodejs-cpp/tables-and-ran...
  7. Manage Hyperlinks in Presentations with Python|...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET—enhance interactivity and workflow in minutes.... save ( "output.pptx" , slides . export...Aspose APIs." presentation . save ( "output.pptx" , slides . export...

    docs.aspose.com/slides/python-net/manage-hyperl...
  8. OoxmlSaveOptions.zip_64_mode property | Aspose....

    OoxmlSaveOptions.zip_64_mode property. Specifies whether or not to use ZIP64 format extensions for the output document... saving . Zip64Mode : ... @zip_64_mode..., value : aspose . words . saving . Zip64Mode ): ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Display PDF Formats Using Java | Aspose.PDF

    Open and view PDF documents programmatically with Java sample code using Aspose.PDF for Java...); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/java/viewer/pdf/
  10. Customize Chart Axes in Presentations Using С++...

    Discover how to use Aspose.Slides for С++ to customize chart axes in PowerPoint presentations for reports and visualizations....get_ActualMinorUnit (); // Saves the presentation pres -> Save ( u "ErrorBars_out...SwitchRowColumn (); // Saves presentation pres -> Save ( u "SwitchChartRowColumn_out...

    docs.aspose.com/slides/cpp/chart-axis/