Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 369,804 for

save

(0.33 sec)
  1. C++ API to Convert XPS to TSV | products.aspose...

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

    products.aspose.com/total/cpp/conversion/xps-to...
  2. 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...
  3. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel workbooks to HTML using Aspose.Cells for C++....on Saving to HTML with C++ Contents [ Hide ] You can save Excel...inputFilePath ); // Create HTML save options HtmlSaveOptions options...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...
  4. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveOptionsBase::get_ForcePageBreaks method. Allows to specify whether the page breaks should be preserved during export. The default value is false in C++....Aspose::Words::Saving::TxtSaveOptionsBase::get_ForcePageBreaks...false . bool Aspose :: Words :: Saving :: TxtSaveOptionsBase :: get_ForcePageBreaks...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. C++ API to Export XPS to PS | products.aspose.com

    Convert XPS to PS within C++ applications....conversions, allowing developers to save time and effort. C++ API to...Convert XPS to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/xps-to...
  6. C++ API to Export MHTML to DOT | products.aspos...

    Convert MHTML to DOT within C++ applications.... It is used to save webpages for offline viewing...Convert MHTML to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/mhtml-...
  7. C++ API to Export MHTML to RTF | products.aspos...

    Convert MHTML to RTF within C++ applications....page archive format used to save web pages for offline viewing...Convert MHTML to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/mhtml-...
  8. 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...
  9. Add PDF Page Stamp|Aspose.PDF for Java

    Learn how to add page stamps, such as text or image stamps, to existing PDF documents using Aspose.PDF for Java.... Finally, save the output PDF file using close...stamp ); // Save updated PDF file fileStamp . Save ( _dataDir...

    docs.aspose.com/pdf/java/add-pdf-page-stamp/
  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/