Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 369,015 for

save

(0.15 sec)
  1. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。... HideColumn ( 1 ); // Save the modified Excel file U16String..."output.out.xls" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  2. Convert ODS to WORD with .NET or with free Onli...

    Convert ODS to WORD on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free ODS to WORD online converter quickly before integrating the code....Document class Save the document to DOC format using Save method and..."input.ods" ); // save ODS as PDF book . Save ( "pdfOutput.pdf"...

    products.aspose.com/total/net/conversion/ods-to...
  3. Convert POT to DOC in Python or with free Onlin...

    POT to DOC conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free POT to DOC online converter quickly before integrating the code....NET , save the created PDF into Microsoft...Presentation class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  4. Convert Project Pages to Separate Image Files |...

    This guide explains how to convert Microsoft Project files into multiple JPEG image files using Aspose.Tasks for C#.... It specifies whether to save pages to separate files or not...list of page numbers to save when saving project layouts to separate...

    docs.aspose.com/tasks/cpp/convert-project-pages...
  5. Rendering Project Data to XAML | Aspose.Tasks D...

    Learn how to render a project as XAML using Aspose.Tasks for .NET.... Rendering to XAML with Save Options To render a project...to include; Save the project using Project.Save() with SaveFileFormat...

    docs.aspose.com/tasks/net/rendering-project-dat...
  6. Adding New Worksheets to Workbook and Activatin...

    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 as a Microsoft Excel file. Below...Sheets [ 1 ]). Activate (); // Save the Excel file. excelApp . ActiveWorkbook...

    docs.aspose.com/cells/net/adding-new-worksheets...
  7. Concatenate PDF Files in Python|Aspose.PDF for ...

    Find out how to concatenate multiple PDF files into a single document using Python with Aspose.PDF for seamless document management.... getPages ()) # Save the concatenated output file...(the target document) doc . save ( self . dataDir + "Concatenate_output...

    docs.aspose.com/pdf/python-java/concatenate-pdf...
  8. Android API to Render PCL to WORDML | products....

    Transform PCL to WORDML via Android via Java API...Convert PCL to DOC by using save method Load DOC file by using...Aspose.Words Save the document to WORD_ML format using save method...

    products.aspose.com/total/android-java/conversi...
  9. 使用 Java 拆分 PDF、HTML、TXT 文件 | Aspose.PDF

    在 Java 和 PHP 上拆分文件的 Java 源代码,Delphi。...HtmlLoadOptions ()); //save input html to pdf to file doc . save ( "test.pdf"...( "test.pdf" ); outputDoc . save ( "first_page.html" , com ....

    products.aspose.com/pdf/zh-hant/java/splitter/
  10. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...SetTopMargin ( 3 ); // Save the Workbook workbook . Save ( outDir + u "SetMargins_out...( true ); // Save the Workbook workbook . Save ( outDir + u "CenterOnPage_out...

    docs.aspose.com/cells/zh/cpp/setting-margins/