Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 375,703 for

save

(0.11 sec)
  1. Convert PDF to Excel in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET library allows you to convert PDF to Excel format using C#. These formats include XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....Save(..) constructor. The following...instance of ExcelSaveOptions . Save it to XLS format specifying...

    docs.aspose.com/pdf/net/convert-pdf-to-excel/
  2. Aspose.PSD for .NET 21.12 - 发行说明|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 ( output ); } PSDNET-812. 加载...Image . Load ( src )) { img . Save ( output ); } PSDNET-870. 加载不支持的...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. Working with Distribution Lists|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....A distribution list can be saved to disk in Outlook MSG format...in MS Outlook. Creating and Saving Distribution Lists The following...

    docs.aspose.com/email/java/working-with-distrib...
  4. Aspose.PSD for .NET 24.2 - Release Notes|Docume...

    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....document Bug PSDNET-1491 Fix saving psd files having Stroke Pattern...fillLayer . Update (); image . Save ( outputFile , new PsdOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-2...
  5. Convert Document to HTML|Aspose.Words for Pytho...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using Python. You can also specify Save options for managing the output document....and explains how to configure save options such as round‑trip information...one of the save method overloads is used. You can save the document...

    docs.aspose.com/words/python-net/convert-a-docu...
  6. 将Excel工作簿转换为Ods、Sxc和Fods(OpenOffice / LibreOffi...

    如何通过Aspose.Cells for JavaScript使用C++将Excel转换为Ods(OpenOffice / LibreOffice Calc)或将Ods(OpenOffice / LibreOffice Calc)转换为Excel。...)); // Save as ODS const outputOdsData = workbook . save ( SaveFormat...; // Save as SXC const outputSxcData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. Aspose::Words::Saving::OoxmlSaveOptions::OoxmlS...

    Aspose::Words::Saving::OoxmlSaveOptions::OoxmlSaveOptions constructor. Initializes a new instance of this class that can be used to Save a document in the Docx format in C++....Aspose::Words::Saving::OoxmlSaveOptions::OoxmlSaveOptions constructor...this class that can be used to save a document in the Docx format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...); // Save the document in PDF format workbook . save ( "output...workbook to JPG image. workbook . save ( "Image1.jpg" ); 将Excel工作簿转换为图像...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  9. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a .txt document with a custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using C++ library....page’s index Call the Save method to save the updated PDF file...Delete ( 2 ); // Save updated PDF document -> Save ( _dataDir + inputFileName...

    docs.aspose.com/pdf/cpp/delete-pages/