Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 375,780 for

save

(0.92 sec)
  1. C++ API to Convert EPUB to MD | products.aspose...

    Convert EPUB to MD via C++ API without using Microsoft Excel or Adobe Reader...Convert EPUB to XLSX by using Save member function Load XLSX document...reference Save the document to MD format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  2. C++ API to Convert MD to XLT | products.aspose.com

    Convert MD to XLT via C++ API without using Microsoft Excel or Adobe Reader...Convert MD to XLSX by using Save member function Load XLSX document...reference Save the document to XLT format using Save member function...

    products.aspose.com/total/cpp/conversion/md-to-...
  3. C++ API to Convert PCL to XLSB | products.aspos...

    Convert PCL to XLSB via C++ API without using Microsoft Excel or Adobe Reader...Convert PCL to XLSX by using Save member function Load XLSX document...reference Save the document to XLSB format using Save member function...

    products.aspose.com/total/cpp/conversion/pcl-to...
  4. Animation|Aspose.Slides for PHP Documentation

    Master slide animations in PHP with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, PPTX and ODP....OnClick ); $presentation -> save ( "animation.pptx" , SaveFormat...$effect ); $presentation -> save ( "animation_removed.pptx" ...

    docs.aspose.com/slides/php-java/examples/elemen...
  5. Concatenate PDF Files in Python|Aspose.PDF for ...

    Learn how to concatenate multiple PDF files into a single PDF document in Python using Aspose.PDF, simplifying document management.... getPages ()) # Save the concatenated output file...(the target document) doc . save ( self . dataDir + "Concatenate_output...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...
  6. 在 .NET 中将 PDF 转换为 Excel|Aspose.PDF for .NET

    Aspose.PDF for .NET 库允许您使用 C# 将 PDF 转换为 Excel 格式。这些格式包括 XLS、XLSX、XML 2003 电子表格、CSV、ODS。...Save(..) 构造函数。 以下代码片段展示了使用 Aspose...ExcelSaveOptions 的实例。 通过调用 Document.Save() 方法并传递 ExcelSaveOptions ,将其保存为指定...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-excel/
  7. Make HTML Using C++

    Make a new HTML in C++ in a few steps. Easily create HTML using C++ library....creating a HTML document using C++ Save the output HTML file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.html" ); using namespace...

    products.aspose.com/words/cpp/make/html/
  8. Make DOC Using C++

    Make a new DOC in C++ in a few steps. Easily create DOC using C++ library....creating a DOC document using C++ Save the output DOC file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.doc" ); using namespace...

    products.aspose.com/words/cpp/make/doc/
  9. Encrypting Excel Files with Node.js via C++|Doc...

    Learn how to encrypt and password‑protect Excel files using Aspose.Cells for Node.js via C++...."1234" ); // Save the Excel file. workbook . save ( path . join..."1234" ); // Save the Excel file. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/encrypting-exc...
  10. Update Links in PDF|Aspose.PDF for C++

    Update links in PDF programmatically with Aspose.PDF for C++. This guide is about how to update links in PDF file....)); // Save the document with updated link document -> Save ( _dataDir...)); // Save the document with updated link document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/update-links/