Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 183,981 for

bmp

(0.1 sec)
  1. Supported File Formats|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Work with a GIF Format BMP Work with a BMP Format Not yet supported...

    docs.aspose.com/cad/java/getting-started/suppor...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for OCR File Automation – Java OCR Image To Text Conversionhttps://products.aspose.com/ocr/java/conversion/Recent content in Java OCR Imag......com/ocr/java/conversion/bmp-to-doc/Mon, 01 Jan 0001 00:00:00...aspose.com/ocr/java/conversion/bmp-to-doc/ container-fluid header1...

    products.aspose.com/ocr/java/conversion/index.xml
  3. Convert PDF to PNG in C++ | products.aspose.com

    Convert PDF to PNG in C++. Use C++ library API to convert PDF files to PNGs...System :: SharedPtr < Bitmap > bmp = pres -> get_Slides() -> idx_get(i)...Save the image in PNG format bmp -> Save(outputFilePath, ImageFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  4. Convert PDF to Image in C++ | products.aspose.com

    Convert PDF to Image in C++. Use C++ library API to convert PDF files to Images...System :: SharedPtr < Bitmap > bmp = pres -> get_Slides() -> idx_get(i)...Save the image in PNG format bmp -> Save(outputFilePath, ImageFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  5. Convert HTML to JPG in PHP | products.aspose.com

    Convert HTML to JPG in PHP. Use PowerPoint PHP API to convert HTML files to JPG...getSlides () -> size ()); $i ++ ) { $bmp = $pres -> getSlides () -> get_Item...jpg" ); $imageio -> write ($bmp, "JPG" , $javafile); } } finally...

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

    Convert Image to JPG in PHP. Use PowerPoint PHP API to convert Image files to JPG...getSlides () -> size ()); $i ++ ) { $bmp = $pres -> getSlides () -> get_Item...jpg" ); $imageio -> write ($bmp, "JPG" , $javafile); } } finally...

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

    Convert JPG to Image in PHP. Use PowerPoint PHP API to convert JPG files to Image...getSlides () -> size ()); $i ++ ) { $bmp = $pres -> getSlides () -> get_Item...png" ); $imageio -> write ($bmp, "PNG" , $javafile); } } finally...

    products.aspose.com/slides/php-java/conversion/...
  8. Convert JPG to PNG in C++ | products.aspose.com

    Convert JPG to PNG in C++. Use C++ library API to convert JPG files to PNGs...System :: SharedPtr < Bitmap > bmp = pres -> get_Slides() -> idx_get(i)...Save the image in PNG format bmp -> Save(outputFilePath, ImageFormat...

    products.aspose.com/slides/cpp/conversion/jpg-t...
  9. Convert PDF to Different Image Formats in C#|As...

    This topic show you how to use Aspose.PDF to convert PDF to various images formats e.g. TIFF, Bmp, EMF, JPEG, PNG, GIF, SVG with a few lines of code....Convert PDF to TIFF Convert PDF to BMP Convert PDF to EMF Convert PDF...documents to image formats such as BMP, JPEG, GIF, PNG, EMF, TIFF, and...

    docs.aspose.com/pdf/net/convert-pdf-to-images-f...
  10. 从演示文稿形状中提取图像|Aspose.Slides for Python 文档

    在 Python 中从 PowerPoint 演示文稿中提取图像... EMF , "bmp" : slides . ImageFormat . BMP , "png" : slides...

    docs.aspose.com/slides/zh/python-net/extracting...