Sort Score
Result 10 results
Languages All
Labels All
Results 5,001 - 5,010 of 63,126 for

tiff output

(0.08 sec)
  1. Convert PDF to PPT in PHP | products.aspose.com

    Sample code for PDF to PPT PHP conversion. Use PowerPoint PHP API for batch conversion PDF files to PPT files....save method while specifying output file path & SaveFormat.PPT..."document.pdf" ); $pres -> save ( "output.ppt" , SaveFormat :: Ppt );...

    products.aspose.com/slides/php-java/conversion/...
  2. Convert PDF to PPTM in PHP | products.aspose.com

    Sample code for PDF to PPTM PHP conversion. Use PowerPoint PHP API for batch conversion PDF files to PPTM files....save method while specifying output file path & SaveFormat.PPTM..."document.pdf" ); $pres -> save ( "output.pptm" , SaveFormat :: Pptm...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert PPS to PPTX in PHP | products.aspose.com

    Sample code for PPS to PPTX PHP conversion. Use PowerPoint PHP API for batch conversion PPS files to PPTX files....save method while specifying output file path & SaveFormat.PPTX...pps" ); try { $pres -> save ( "output.pptx" , SaveFormat :: Pptx...

    products.aspose.com/slides/php-java/conversion/...
  4. Convert PPSM to PPSX in PHP | products.aspose.com

    Sample code for PPSM to PPSX PHP conversion. Use PowerPoint PHP API for batch conversion PPSM files to PPSX files....save method while specifying output file path & SaveFormat.PPSX...ppsm" ); try { $pres -> save ( "output.ppsx" , SaveFormat :: Ppsx...

    products.aspose.com/slides/php-java/conversion/...
  5. Convert PPSX to PPTX in PHP | products.aspose.com

    Sample code for PPSX to PPTX PHP conversion. Use PowerPoint PHP API for batch conversion PPSX files to PPTX files....save method while specifying output file path & SaveFormat.PPTX...ppsx" ); try { $pres -> save ( "output.pptx" , SaveFormat :: Pptx...

    products.aspose.com/slides/php-java/conversion/...
  6. Convert PPTX to PPSX in PHP | products.aspose.com

    Sample code for PPTX to PPSX PHP conversion. Use PowerPoint PHP API for batch conversion PPTX files to PPSX files....save method while specifying output file path & SaveFormat.PPSX...pptx" ); try { $pres -> save ( "output.ppsx" , SaveFormat :: Ppsx...

    products.aspose.com/slides/php-java/conversion/...
  7. Convert PPTX to XPS in PHP | products.aspose.com

    Sample code for PPTX to XPS PHP conversion. Use PowerPoint PHP API for batch conversion PPTX files to XPS files....save method while specifying output file path & SaveFormat.XPS...pptx" ); try { $pres -> save ( "output.xps" , SaveFormat :: Xps );...

    products.aspose.com/slides/php-java/conversion/...
  8. Convert PPTM to XPS in PHP | products.aspose.com

    Sample code for PPTM to XPS PHP conversion. Use PowerPoint PHP API for batch conversion PPTM files to XPS files....save method while specifying output file path & SaveFormat.XPS...pptm" ); try { $pres -> save ( "output.xps" , SaveFormat :: Xps );...

    products.aspose.com/slides/php-java/conversion/...
  9. Convert PPSM to BMP using C++ application | pro...

    Sample C++ conversion code for PPSM document to BMP format. Use example code for batch PPSM to BMP conversion within any C++ Application....Call Save() method having BMP output parameter . Open BMP file in..., ScaleY); bitmap->Save(u "output.bmp" , ImageFormat::get_Bmp());...

    products.aspose.com/slides/cpp/conversion/ppsm-...
  10. Convert PPTM to PNG using C++ application | pro...

    Sample C++ conversion code for PPTM document to PNG format. Use example code for batch PPTM to PNG conversion within any C++ Application....Call Save() method having PNG output parameter . Open PNG file in..., ScaleY); bitmap->Save(u "output.png" , ImageFormat::get_Png());...

    products.aspose.com/slides/cpp/conversion/pptm-...