Sort Score
Result 10 results
Languages All
Labels All
Results 7,201 - 7,210 of 347,019 for

save

(0.09 sec)
  1. Converting To Mhtml Files in Jython|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....xlsx" # Specify the HTML saving options sv = HtmlSaveOptions...Workbook ( filePath ) # Save the MHT file wb . save ( filePath + ".out...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  2. Convert ICS to EPUB in Python | products.aspose...

    Save ICS to EPUB in your Python applications without using Microsoft Outlook or Word...NET and save it into respective Word EPUB...Words for Python via .NET and save it into respective Word EPUB...

    products.aspose.com/total/python-net/conversion...
  3. Concatenate PDF Files in Ruby|Aspose.PDF for Java

    Combine multiple PDFs into a single document using Ruby and Aspose.PDF efficiently.... getPages ()) # Save the concatenated output file...the target document ) pdf1 . save ( data_dir + "Concatenate_output...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...
  4. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....SetFitToPagesWide ( 1 ); // Save the workbook workbook . Save ( U16String (...)); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  5. Aspose::Words::LowCode::Comparer class | Aspose...

    Aspose::Words::LowCode::Comparer class. Provides methods intended to compare documents in C++....with additional options and saves the differences to the specified...with additional options and saves the differences to the specified...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. 如何用 Python.NET 将点设置为总和|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 逐步配置Excel瀑布图中的总点。...is_total = True # Save modified workbook workbook . save ( "output.xlsx"...subtotals = [ 0 , 4 , 8 , 12 ] wb . save ( os . path . join ( file_path...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  7. Manage SmartArt Shape|Aspose.Slides for Node.js...

    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 modified presentation as...BasicBlockList ); // Saving presentation pres . save ( "SimpleSmartArt...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  8. Convert TXT to ODP in Android Apps or with free...

    TXT to ODP conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free TXT to ODP online converter quickly before integrating the code....write HTML content in it, and save it as ODP. Using Aspose.Total...format to another. This can save you time and effort, and help...

    products.aspose.com/total/android-java/conversi...
  9. Convert DIF to ODT using Python or with free On...

    DIF to ODT conversion in your Python applications without using Microsoft Office or online. Test free DIF to ODT online converter quickly before integrating the code....NET” API to save the HTML file into the desired...Workbook class Save DIF file to HTML by using save(file, SaveFormat...

    products.aspose.com/total/python-net/conversion...
  10. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...Add ( 5 , 5 , imagePath ); // Save workbook U16String outputPath...u "output.xls" ; workbook . Save ( outputPath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/managing-pictures/