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

tiff output

(0.13 sec)
  1. 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/...
  2. 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/...
  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 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/...
  5. 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/...
  6. 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-...
  7. 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-...
  8. 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...
  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 PPSM to GIF using C++ application | pro...

    Sample C++ conversion code for PPSM document to GIF format. Use example code for batch PPSM 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/ppsm-...