Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 361,399 for

save

(0.1 sec)
  1. Merge OTP Files Using PHP | products.aspose.com

    Merge multiple OTP files in PHP....get_Item ($i)); } $pres1 -> save ( "merged.otp" , SaveFormat...steps to merge two OTP files and save result as OTP in PHP. Install...

    products.aspose.com/slides/php-java/merger/otp/
  2. Convert JPG to PPT in PHP | products.aspose.com

    Convert JPG to PPT in PHP. Use PowerPoint PHP API to convert JPG files to PPT...Presentation from JPG 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/...
  3. 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/...
  4. Convert JPG to PDF in PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/conversion/...
  5. Merge ODP Files Using PHP | products.aspose.com

    Merge multiple ODP files in PHP....get_Item ($i)); } $pres1 -> save ( "merged.odp" , SaveFormat...steps to merge two ODP files and save result as ODP in PHP. Install...

    products.aspose.com/slides/php-java/merger/odp/
  6. 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/
  7. Add, Move or Delete pages in PDF using C++ | As...

    Manipulate PDF pages of your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Add New...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/
  8. Add Pages to PDF using Java | Aspose.PDF

    Add PDF pages to your document programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. Insert...insert ( 2 ); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/pages/add/
  9. SaveOptions.dml_rendering_mode property | Aspos...

    SaveOptions.dml_rendering_mode property. Gets or sets a value determining how DrawingML shapes are rendered.... saving . DmlRenderingMode : ... @dml_rendering_mode..., value : aspose . words . saving . DmlRenderingMode ): ... Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert PDF/A to PDF format|Aspose.PDF for Java

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with Java library....removePdfaCompliance (); // Save output in XML format document . save ( documentFileName...add (); // Save updated document document . save ( documentFileName...

    docs.aspose.com/pdf/java/convert-pdfa-to-pdf/