Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 368,275 for

save

(0.35 sec)
  1. PsSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Ps](../../aspose.words/Saveformat/#Ps) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 用Node.js和C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++格式化和修改命名范围。..., flg ); // Save the excel file. workbook . save ( path . join...Blue ); // Saving the Excel file workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/format-and-...
  3. Convert Excel to PDF with Golang via C++|Docume...

    Learn how to convert Excel workbooks to PDF format using Aspose.Cells with Golang via C++.... Simply save an Excel file to PDF using the...the Workbook class' Save method. The Save method provides the...

    docs.aspose.com/cells/go-cpp/convert-excel-to-pdf/
  4. PDF|Documentation

    Learn how to convert Excel to PDF with Aspose.Cells for Python via .NET API.... Simply save an Excel file to PDF using the...the Workbook class' save method. The save method provides the...

    docs.aspose.com/cells/python-net/convert-excel-...
  5. Supported File Formats – Aspose.HTML for Java

    In this article, you will learn about the input and output file formats supported by Aspose.HTML for Java library....can load and save. Format Description Load Save Remarks HTML...format HTML with XML syntax Save option is only available when...

    docs.aspose.com/html/java/getting-started/suppo...
  6. Inserting and Deleting Rows and Columns of an E...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....xls" ; // Saving the modified Excel file workbook . Save ( outputFilePath...xls" ; // Save the modified Excel file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/inserting-and-deletin...
  7. C++ API to Convert SVG to PPSX | products.aspos...

    Convert SVG to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert SVG to PPTX by using Save method function Load PPTX document...reference Save the document to PPSX format using Save member function...

    products.aspose.com/total/cpp/conversion/svg-to...
  8. Basic samples how to convert OneNote to Html

    You will learn how to convert OneNote to Html programmatically or online and consider C# examples of OneNote to Html conversions using Aspose.Note....for Net Framework Loading, Saving and Converting Convert OneNote...Html Contents [ Hide Show ] Save OneNote to Html using default...

    docs.aspose.com/note/net/convert-onenote-to-htm...
  9. Make DOCX Using C++

    Make a new DOCX in C++ in a few steps. Easily create DOCX using C++ library....creating a DOCX document using C++ Save the output DOCX file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/cpp/make/docx/
  10. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python....link ) # Save the modified document document . save ( path_outfile...link annotation to the page Save the modified document to the...

    docs.aspose.com/pdf/python-net/create-links/