Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 151,692 for

jpeg

(0.45 sec)
  1. Convert PowerPoint Slides to Images in Python|A...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Python via .NET. Easily export PPTX and ODP slides to BMP, PNG, Jpeg, TIFF, and more with high-quality results....formats, including BMP, PNG, JPG (JPEG), GIF, and others. To convert...bitmap and then save the image in JPEG or any other preferred format...

    docs.aspose.com/slides/python-net/convert-slide/
  2. Convert Presentation Slides to Images on Androi...

    Convert slides from PPT, PPTX and ODP to images using Aspose.Slides for Android—fast, high-quality rendering with clear Java code examples....formats, including BMP, PNG, JPG (JPEG), GIF, and others. To convert...bitmap and then save the image in JPEG or any other preferred format...

    docs.aspose.com/slides/androidjava/convert-slide/
  3. Convert EPUB to TGA via Java | products.aspose.com

    Export EPUB file to TGA in your Java applications without using any third party application...to export the epub file to a JPEG image. The second step is to...Processing API to render the JPEG image to a TGA image. Aspose...

    products.aspose.com/total/java/conversion/epub-...
  4. Convert Presentation Slides to Images in PHP|As...

    Convert slides from PPT, PPTX and ODP to images using Aspose.Slides for PHP via Java — fast, high-quality rendering with clear code examples....formats, including BMP, PNG, JPG (JPEG), GIF, and others. To convert...bitmap and then save the image in JPEG or any other preferred format...

    docs.aspose.com/slides/php-java/convert-slide/
  5. ImageSaveOptions constructor | Aspose.Words for...

    ImageSaveOptions constructor. Initializes a new instance of this class that can be used to save rendered images in the [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF), [SaveFormat.PNG](../../../aspose.words/saveformat/#PNG), [SaveFormat.BMP](../../../aspose.words/saveformat/#BMP), [SaveFormat.Jpeg](../../../aspose.words/saveformat/#Jpeg), [SaveFormat.EMF](../../../aspose.words/saveformat/#EMF), [SaveFormat.EPS](../../../aspose.words/saveformat/#EPS), [SaveFormat.WEB_P](../../../aspose.words/saveformat/#WEB_P) or [SaveFormat.SVG](../../../aspose.words/saveformat/#SVG) format....JPEG , SaveFormat.EMF , SaveFormat...SaveFormat.BMP , SaveFormat.JPEG , SaveFormat.EMF , SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert a Document to an Image in C#|Aspose.Wor...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using C#...., PNG, JPEG) using Aspose.Words. Sometimes...available image format, for example, JPEG, PNG, or BMP. The following...

    docs.aspose.com/words/net/convert-a-document-to...
  7. | Aspose

    Sample code for Jpeg2000 to DOC Java conversion. Use API example code for batch Jpeg2000 files to DOC conversion within any Web or Desktop Java based application....What is JPEG2000 File Format JPEG 2000 (JP2) is an image coding...Designed, using wavelet technology JPEG 2000 can code lossless content...

    products.aspose.com/ocr/cpp/conversion/jpeg2000...
  8. | Aspose

    Sample code for JP2 to XML Java conversion. Use API example code for batch JP2 files to XML conversion within any Web or Desktop Java based application....JP2 What is JP2 File Format JPEG 2000 (JP2) is an image coding...Designed, using wavelet technology JPEG 2000 can code lossless content...

    products.aspose.com/ocr/java/conversion/jp2-to-...
  9. | Aspose

    Sample code for Jpeg2000 to XML Java conversion. Use API example code for batch Jpeg2000 files to XML conversion within any Web or Desktop Java based application....What is JPEG2000 File Format JPEG 2000 (JP2) is an image coding...Designed, using wavelet technology JPEG 2000 can code lossless content...

    products.aspose.com/ocr/java/conversion/jpeg200...
  10. Aspose.pdf转图片卡住 - Free Support Forum - aspose.com

    using (Document pdf = new Document(sourcePath)) { Parallel.For(data.start_page, data.end_page + 1, x => { var width = (pdf.Pages[x].GetPageRect(true).Width * percentage).ToInt(); var height = (pdf.Pages[x].GetPageRe…...jpeg”); }); } 使用aspose.pdf 25.2.0...Pages[x], $“{imgSavePath}{x}.jpeg”); 生成的图片都是0 kb,没有数据写入 1.png...

    forum.aspose.com/t/aspose-pdf/312746