Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 369,298 for

save

(0.15 sec)
  1. Convert PSD to PNG in C# | PSD to PNG Converter...

    Programmatically, convert PSD to PNG in C# with Aspose.PSD for .NET. Convert PSD layers to PNG images in C#. .NET PSD API...editing, and saving PSD files. It provides the Save(string, ImageOptionsBase)...ImageOptionsBase) method that saves the PSD to the specified file...

    blog.aspose.com/psd/convert-psd-to-png-in-csharp/
  2. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting an Excel file to HTML using Aspose.Cells for Node.js via C++....purpose and set it to true while saving the Excel file to HTML format...cell B5 in Red color, and then saves it in HTML format using HtmlSaveOptions...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  3. Delete Named Ranges with Node.js via C++|Docume...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Node.js via C++.... Save the workbook to retain the changes...getNames (). removeAt ( 0 ); } // Save the workbook to retain the changes...

    docs.aspose.com/cells/nodejs-cpp/delete-named-r...
  4. Convert Excel to CSV, TSV and Txt with JavaScri...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for JavaScript via C++.... Saving Workbook to Text or CSV Format...Sometimes, you want to convert or save a workbook with multiple worksheets...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  5. Hide and Unhide Worksheets in a Workbook in VST...

    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 file. To unhide a worksheet...XlSheetVisibility . xlSheetHidden ; //Save As the Excel file. excelApp...

    docs.aspose.com/cells/net/hide-and-unhide-works...
  6. IFontSavingCallback Interface | Aspose.Words fo...

    Control font saving in Aspose.Words with the IFontSavingCallback interface. Get notifications and customize HTML exports for optimal document quality....Words saves fonts when exporting a document...when Aspose.Words is about to save a font resource. Examples Shows...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF pages to your document programmatically with C# sample code using Aspose.PDF for .NET... Save the output PDF using the Save method. Insert...Insert ( 2 ); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/pages/add/
  8. Convert PDF to JPG in C++ | products.aspose.com

    Convert PDF to JPG in C++. Use C++ library API to convert PDF files to JPGs...Presentation from PDF file and save it as JPG. C++ code for converting...jpg" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  9. 使用 Node.js 和 C++ 以指定打印纸张尺寸加载工作簿|Documentation

    学习如何在使用 Aspose.Cells for Node.js via C++ 加载工作簿时设置打印纸张大小。..." ); // Save the workbook in memory stream...); // Save the workbook in pdf format workbookA5 . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-workbo...
  10. Data Filtering with C++|Documentation

    Learn how to add a data filter by using the Aspose.Cells for C++ API...."A1:B1" ); // Save the modified Excel file workbook . Save ( outputFilePath...Refresh (); // Save the modified Excel file workbook . Save ( outDir...

    docs.aspose.com/cells/cpp/data-filtering/