Sort Score
Result 10 results
Languages All
Labels All
Results 9,781 - 9,790 of 377,473 for

save

(0.45 sec)
  1. Password Protect or Unprotect the Shared Workbo...

    Learn how to password protect or unprotect a shared workbook using Aspose.Cells for C++....while enabling sharing, and saves it as the output Excel file..."1234"); // Save the output Excel file wb . Save ( u "outputProtectSharedW...

    docs.aspose.com/cells/cpp/password-protect-or-u...
  2. Add XML Map inside the Workbook using XmlMapCol...

    Learn how to add an XML map into the workbook using the XmlMapCollection.Add method with Aspose.Cells for Node.js via C++....add(string) method and saves it as an output Excel file (...xml" )); // Save the workbook in XLSX format wb . save ( path ....

    docs.aspose.com/cells/nodejs-cpp/add-xml-map-in...
  3. Working with Transformations in PS file | Python

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...methods such as “write_graphics_save()” and “write_graphics_restore()”...without using “write_graphics_save()” and “write_graphics_restore()”...

    docs.aspose.com/page/python-net/ps/working-with...
  4. Load Source Excel File Without Charts with Node...

    Learn how to load an Excel file without charts using Aspose.Cells for Node.js via C++....Excel file without charts and saves it as a PDF. const path = require...); // Save the workbook in PDF format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/load-source-ex...
  5. Convert PPT and PPTX to JPG in Java|Aspose.Slid...

    Convert PowerPoint (PPT, PPTX) slides to high-quality JPG images in Java with Aspose.Slides for Java using fast, reliable code examples....save(String formatName, int imageFormat)...com/slides/java/com.aspose.slides/IImage#save(String formatName, int imageFormat))...

    docs.aspose.com/slides/java/convert-powerpoint-...
  6. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...SetDefaultStyle ( st ); // Save the workbook wb . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  7. Converting a JPEG file to DOCX using Python | A...

    Sample code on Python for JPEG to DOCX conversion. Use example code for batch JPEG to DOCX conversion with Python and .NET...will be used to generate and save the output files. Call the add...to DOCFormat.DOC_X. Use the save method of the Document object...

    products.aspose.com/pdf/python-net/conversion/j...
  8. Formatting PDF Document using C++|Aspose.PDF fo...

    Create and format the PDF Document with Aspose.PDF for C++. Use the next code snippet to resolve your tasks....PageLayout PageMode Save the updated PDF file using the Save method. Properties...UseThumbs ); // Save updated PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/formatting-pdf-document/
  9. Generate Multiple MacroPdf417 BarCodes for Larg...

    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 barcode (fileid_segmentid.png) builder . save ( data_dir...end \ # Display Status puts "Saved Images Successfully." Download...

    docs.aspose.com/barcode/java/generate-multiple-...
  10. 使用 C++ 不加载图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载不含图表的Excel文件。...pdf" ; // Save the workbook in PDF format workbook . Save ( outputFilePath...); std :: cout << "Workbook saved successfully without charts...

    docs.aspose.com/cells/zh/cpp/load-source-excel-...