Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 372,864 for

save

(0.22 sec)
  1. Public API Changes in Aspose.Cells 8.4.0|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....code ; } } //Save the output Excel file workbook . Save ( "output...RemoveAt ( 0 ); //Save the workbook workbook . Save ( "output.xlsx"...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Convert HTML To WORD C++

    Convert HTML to WORD format in C++ code. Save HTML as WORD using C++.... Save HTML as Word in C++ The following...output file and use the Save() method to save the result as Word....

    products.aspose.com/words/cpp/conversion/html-t...
  3. Convert WORD To XPS C++

    Convert a Word document to XPS format in C++ code. Save a Word document as XPS using C++.... Save Word as XPS in C++ The following...output file and use the Save() method to save the result as XPS. The...

    products.aspose.com/words/cpp/conversion/word-t...
  4. Export OFT to DOCM via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/oft-to...
  5. Export MSG to BMP via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/msg-to...
  6. Merge PPSX Files via C++ | products.aspose.com

    C++ example code to combine PPSX documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/ppsx/
  7. Keep Separators for Blank Rows while exporting ...

    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....getKeepSeparatorsFor() property to true and saves it as output.csv . The screenshot...); // Instantiate text file save options const options = new...

    docs.aspose.com/cells/nodejs-cpp/keep-separator...
  8. Public API|Aspose.Words for SharePoint

    Public API feature of the Aspose.Words for SharePoint.... You can save the converted document to stream...PDF saving options. You can build a report once and save many...

    docs.aspose.com/words/sharepoint/public-api/
  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. 使用 C++ 以标准或最小尺寸保存 Excel 为 PDF|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件保存为标准或最小尺寸的 PDF。...inputFilePath ); // Create PDF save options PdfSaveOptions opts...PdfOptimizationType :: MinimumSize ); // Save the workbook to PDF with the...

    docs.aspose.com/cells/zh/cpp/save-excel-into-pd...