Sort Score
Result 10 results
Languages All
Labels All
Results 5,161 - 5,170 of 64,449 for

tiff output

(0.05 sec)
  1. 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/...
  2. 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/...
  3. 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/...
  4. 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/...
  5. Convert PPTM to PPS in PHP | products.aspose.com

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

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

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

    products.aspose.com/slides/php-java/conversion/...
  7. Convert ODP to JPEG using C++ application | pro...

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

    products.aspose.com/slides/cpp/conversion/odp-t...
  8. 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-...
  9. Convert OTP to JPEG using C++ application | pro...

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

    products.aspose.com/slides/cpp/conversion/otp-t...
  10. Convert PPTM to GIF using C++ application | pro...

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

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