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

save

(0.13 sec)
  1. Convert PNG to PPT in PHP | products.aspose.com

    Convert PNG to PPT in PHP. Use PowerPoint PHP API to convert PNG files to PPT...Presentation from PNG file and save it as PPT. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.ppt" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  2. C++ API to Convert PDF to PPTM | products.aspos...

    Convert PDF to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PDF to PPTX by using Save method function Load PPTX document...reference Save the document to PPTM format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  3. C++ API to Convert PS to ODP | products.aspose.com

    Convert PS to ODP via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PS to PPTX by using Save method function Load PPTX document...reference Save the document to ODP format using Save member function...

    products.aspose.com/total/cpp/conversion/ps-to-...
  4. C++ API to Convert PS to SWF | products.aspose.com

    Convert PS to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PS to PPTX by using Save method function Load PPTX document...reference Save the document to SWF format using Save member function...

    products.aspose.com/total/cpp/conversion/ps-to-...
  5. C++ API to Convert PS to XAML | products.aspose...

    Convert PS to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PS to PPTX by using Save method function Load PPTX document...reference Save the document to XAML format using Save member function...

    products.aspose.com/total/cpp/conversion/ps-to-...
  6. C++ API to Convert MD to PPS | products.aspose.com

    Convert MD to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert MD to PPTX by using Save method function Load PPTX document...reference Save the document to PPS format using Save member function...

    products.aspose.com/total/cpp/conversion/md-to-...
  7. Convert other file formats to PDF in .NET|Aspos...

    This topic show you how to Aspose.PDF allows to convert other file formats such as EPUB, MD, PCL, XPS, PS, XML and LaTeX to PDF document.... Save the document with the desired...options )) { // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/convert-other-files-to-...
  8. XlsxSectionMode enumeration | Aspose.Words for ...

    aspose.words.saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the XLSX format....how sections are handled when saving a document in the XLSX format...document are saved on one worksheet. Examples Shows how to save document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert HTML to JPG in C++ | products.aspose.com

    Convert HTML to JPG in C++. Use C++ library API to convert HTML files to JPGs...Presentation from HTML file and save it as JPG. C++ code for converting...index); slide -> GetThumbnail() -> Save(fileName, ImageFormat :: get_Jpeg());...

    products.aspose.com/slides/cpp/conversion/html-...
  10. How to digitally sign PDF|Aspose.PDF for C++

    Digitally sign PDF documents using C++. Verify, or validate the digitally sign PDFs using C++....pkcs ); // Save output PDF file signature -> Save ( outFile );...pkcs ); // Save output PDF file signature -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/digitally-sign-pdf-file/