Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 60,094 for

tiff output

(0.05 sec)
  1. Convert POTM to PPSX in PHP | products.aspose.com

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

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

    Sample code for POTX to OTP PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to OTP files....save method while specifying output file path & SaveFormat.OTP...potx" ); try { $pres -> save ( "output.otp" , SaveFormat :: Otp );...

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

    Sample code for POTX to FODP PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to FODP files....save method while specifying output file path & SaveFormat.FODP...potx" ); try { $pres -> save ( "output.fodp" , SaveFormat :: Fodp...

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

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

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

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

    products.aspose.com/slides/php-java/conversion/...
  6. Convert XML to PNG using C++ application | prod...

    Sample C++ conversion code for XML document to PNG format. Use example code for batch XML 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/xml-t...
  7. Convert PPS to PNG using C++ application | prod...

    Sample C++ conversion code for PPS document to PNG format. Use example code for batch PPS 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/pps-t...
  8. Convert PPTX to JPEG using C++ application | pr...

    Sample C++ conversion code for PPTX document to JPEG format. Use example code for batch PPTX 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/pptx-...
  9. Convert ODP to PNG using C++ application | prod...

    Sample C++ conversion code for ODP document to PNG format. Use example code for batch ODP 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/odp-t...
  10. Convert ODP to BMP using C++ application | prod...

    Sample C++ conversion code for ODP document to BMP format. Use example code for batch ODP 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/odp-t...