Arrsoya / jmupdf

Automatically exported from code.google.com/p/jmupdf
1 stars 0 forks source link

Example/Convert: PDF to Rasterimage (all) - Image is slightly rotated? #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. used jmupdf-0.4.1 on Win7-64 with jdk7
2. openend a example/convert/png
3. loaded any pdf doc
4. the saved rasterimage is always rotated (about 1°) - why?

PdfDocument pdfDoc = new 
PdfDocument("u:/Literatur/_DesignPatterns/professional_asp.net_design_patterns.p
df", "");
pdfDoc.saveAsPng(1,"c:/temp/_1.png", 4f, ImageType.IMAGE_TYPE_RGB);
pdfDoc.dispose();

When i use the ImageIO (BufferedImage) example, everything is fine?

Original issue reported on code.google.com by bernhard...@googlemail.com on 25 Feb 2014 at 10:21

GoogleCodeExporter commented 9 years ago
ah, saw the already closed issues 
https://code.google.com/p/jmupdf/issues/detail?id=6&can=1

when do you provide the 0.5 release?

Original comment by bernhard...@googlemail.com on 27 Feb 2014 at 2:40

GoogleCodeExporter commented 9 years ago
Version 0.5.0 is now available.

Thanks!

Original comment by pedro.ri...@gmail.com on 8 Apr 2014 at 8:40