Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 368,084 for

save

(0.21 sec)
  1. Convert MSG to EMLX via C++ application | produ...

    Sample C++ conversion code for MSG document to EMLX format. Use example code for batch MSG to EMLX conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. EMLX file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/msg-to...
  2. XamlFixedSaveOptions class | Aspose.Words for N...

    Aspose.Words.Saving.XamlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XamlFixed](../../aspose.words/Saveformat/#XamlFixed) 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...
  3. Saving the Large file PDF 350 MB-990MB in c# - ...

    Saving_PDFissue.docx (22.4 KB) Help Request: System Hangs and Closes When Saving Large PDF Files with Aspose.PDF Description: We are using Aspose.PDF to delete pages from PDF files with sizes varying between 295 MB and …...Saving the Large file PDF 350 MB-990MB in c# Aspose.PDF Product...February 7, 2025, 12:10pm 1 Saving_PDFissue.docx (22.4 KB) Help...

    forum.aspose.com/t/saving-the-large-file-pdf-35...
  4. Convert a Document in Python|Aspose.Words for P...

    Easily convert documents from one format to another using Python. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....combination of loading and saving operations. Almost any task...Aspose.Words involves loading or saving a document in some format....

    docs.aspose.com/words/python-net/convert-a-docu...
  5. Unprotect a Worksheet with Node.js via C++|Docu...

    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....unprotect (); // Saving the Workbook workbook . save ( path . join..."YourPassword" ); // Save the Workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/unprotect-a-wo...
  6. Adding a Watermark to an Image|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.... We’ll save the image to PNG format using...Graphics class' DrawString method. Save image to PNG. The following...

    docs.aspose.com/imaging/python-net/adding-a-wat...
  7. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for Node.js via C++....calculateFormula (); // Save the result in XLSX format book . save ( path ....$A$1,9)" ); // Save the workbook book . save ( path . join (...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  8. Specify Default Presentation Fonts in С++|Aspos...

    Set default fonts in Aspose.Slides for С++ to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....of all missing fonts during saving presentations to different...snippet below demonstrates saving presentation to HTML and PDF...

    docs.aspose.com/slides/cpp/default-font/
  9. Aspose.PSD for .NET 22.7 - 发行说明|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.... Save ( outputPsd ); } PSDNET-875...AddLayer ( newLayer ); im . Save ( outputFilePath , true ); }...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...

    docs.aspose.com/pdf/zh/net/add-ellipse/