Sort Score
Result 10 results
Languages All
Labels All
Results 7,381 - 7,390 of 367,890 for

save

(0.18 sec)
  1. Manipulate PDF Document|Aspose.PDF for C++

    This section explains about validation PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and how to determine the Progress of PDF file generation....in which the result is to be saved and the required validation...heading2 ); } // Save the updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/manipulate-pdf-document/
  2. Convert EMLX to MHTML via Java | products.aspos...

    Try the code sample to convert EMLX files to MHTML format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...create, load and parse, modify, save emails, or perform other manipulations...

    products.aspose.com/email/java/conversion/emlx-...
  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. Inserting and Deleting Rows and Columns in Ruby...

    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.... insertRows ( 2 , 1 ) # Saving the modified Excel file in...Excel 2003) format workbook . save ( data_dir + "Insert Row.xls"...

    docs.aspose.com/cells/java/inserting-and-deleti...
  6. 在 Ruby 中插入和删除行和列|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.... insertRows ( 2 , 1 ) # Saving the modified Excel file in...Excel 2003) format workbook . save ( data_dir + "Insert Row.xls"...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  7. View MBOX File Formats via .NET | products.aspo...

    C# source code to load, render and display MBOX documents on .NET Framework, .NET Core, and Xamarin Platforms....HtmlSaveOptions defines how these are saved as .html files, including resource...Each message is then saved using the Save method in the target...

    products.aspose.com/email/net/viewer/mbox/
  8. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python....save() method, to generate an EPUB...path_infile ) save_options = ap . EpubSaveOptions () save_options ...

    docs.aspose.com/pdf/python-net/convert-pdf-to-o...
  9. 使用Aspose.Cells将电子表格转换为PDF|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....xls" ); //Save the document in PDF format workbook . save ( "AsposeConvert...

    docs.aspose.com/cells/zh/java/convert-spreadshe...
  10. Extract Images from PDF CLI | Aspose.PDF

    Extract images from PDF file programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI... Save output image. Save updated PDF file. Extract...

    products.aspose.com/pdf/cpp-cli/images/extract/