Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 373,092 for

save

(0.31 sec)
  1. C++ API to Convert PCL to EXCEL | products.aspo...

    Convert PCL to EXCEL 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 CSV format using Save member function...

    products.aspose.com/total/cpp/conversion/pcl-to...
  2. C++ API to Convert XSLFO to XLTX | products.asp...

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

    products.aspose.com/total/cpp/conversion/xslfo-...
  3. C++ API to Convert TEX to TXT | products.aspose...

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

    products.aspose.com/total/cpp/conversion/tex-to...
  4. FileFormatUtil.contentTypeToLoadFormat method |...

    FileFormatUtil.contentTypeToLoadFormat method. Converts IANA content type into a load format enumerated value....the corresponding Aspose load/save format from each media type...convert this content type to a save format." ); // If Aspose.words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Merge PDF Files To POTX Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.potx" , slides...steps to merge two PDF files and save result as POTX in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  6. Merge PDF Files To PPS Using Python | products....

    Merge multiple PDF files in Python.... save( "presentation.pps" , slides...steps to merge two PDF files and save result as PPS in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  7. Merge PDF Files To HTML Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.html" , slides...steps to merge two PDF files and save result as HTML in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  8. Protect PPT Presentation Files using Python | p...

    Python source code to protect PPT Presentation.... save( "encrypted-pres.ppt" , slides...set_write_protection( "123123" ) pres . save( "write-protected-pres.ppt"...

    products.aspose.com/slides/python-net/protect/ppt/
  9. Protect PPT Presentation Files using C++ | prod...

    C++ source code to protect PPT Presentation...."123123" ); presentation -> Save( u "encrypted-pres.ppt" , SaveFormat..."123123" ); presentation -> Save( u "write-protected-pres.ppt"...

    products.aspose.com/slides/cpp/protect/ppt/
  10. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle object to your PDF using Aspose.PDF for Python via .NET.... Save our PDF file. import aspose...add ( graph ) # Save PDF document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/add-circle/