Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 310,771 for

save

(0.07 sec)
  1. Export EMAIL to WORD via C++ | products.aspose.com

    C++ API to Convert EMAIL to WORD without using Microsoft Word or Outlook...Convert EMAIL to HTML by using Save member function Load HTML by...Document class Save the document to DOCX format using Save method and...

    products.aspose.com/total/cpp/conversion/email-...
  2. Convert Excel Workbook to 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.... Simply save an Excel file to PDF using the...the Workbook class' Save method. The Save method provides the...

    docs.aspose.com/cells/cpp/convert-excel-workboo...
  3. Convert Excel to PDF with C++|Documentation

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

    docs.aspose.com/cells/cpp/convert-excel-to-pdf/
  4. Aspose.PSD的.NET 23.2版 - 发行说明|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(System.IO.Stream) T:Aspose.PSD...UpdateLayerData (); image . Save ( outputPsd ); image . Save ( outputPng ,...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. File Format Conversion via Java | products.aspo...

    Convert Microsoft Office Word, Excel, PowerPoint, Outlook, PDF, HTML, 3D Images, Diagrams, Video Formats and different other formats with just few lines of Java code....convert WORD to HTML by using Save method . Next open the converted...class and save the document to XLSX format using Save method. Developers...

    products.aspose.com/total/java/conversion/
  6. Aspose::Words::Saving::IFontSavingCallback inte...

    Aspose::Words::Saving::IFontSavingCallback interface. Implement this interface if you want to receive notifications and control how Aspose.Words Saves fonts when exporting a document to HTML format in C++....Aspose::Words::Saving::IFontSavingCallback interface Contents...and control how Aspose.Words saves fonts when exporting a document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Working with Outlook Tasks|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....Contents [ Hide ] Creating, Saving and Reading Tasks Aspose.Email...to create Outlook tasks and save them to MSG format. The MapiTask...

    docs.aspose.com/email/python-net/working-with-o...
  8. C++ API to Export PDF to DOTM | products.aspose...

    Convert PDF to DOTM within C++ applications....used, as it allows the user to save the document with the macros...Convert PDF to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/pdf-to...
  9. Working With Tables in PHP|Aspose.Words for Java

    Working With Tables using PHP....AUTO_FIT_TO_WINDOW ); // Save the document to disk. $ doc -> save ( $ dataDir...AUTO_FIT_TO_CONTENTS ); // Save the document to disk. $ doc -> save ( $ dataDir...

    docs.aspose.com/words/java/working-withtables-i...
  10. 创建书签|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 的 PdfBookmarEditor 类为 PDF 文件创建书签。...然后,您必须调用 CreateBookmarks 方法,并使用 Save 方法保存输出 PDF 文件。以下代码片段向您展示如何创建书签。...CreateBookmarks (); // Save PDF document bookmarkEditor . Save ( dataDir +...

    docs.aspose.com/pdf/zh/net/create-bookmarks/