[ 
https://issues.apache.org/jira/browse/PDFBOX-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799528#comment-16799528
 ] 

Tilman Hausherr edited comment on PDFBOX-4492 at 3/23/19 4:54 AM:
------------------------------------------------------------------

Yes I did, and it crashed. It even crashed at 72dpi. I thought that I could 
make this relative to the xform to avoid troubles at "normal" dpi but seems it 
ain't so.

Why did you delete your file? It doesn't seem to be confidential, it's just 
some text about a congress about saving the environment and such.


was (Author: tilman):
Yes I did, and it crashed. It even crashed at 72dpi. There's also an obvious 
flaw in the code line due to being tired yesterday, what I wanted is to have 
0.2 after xform applied, obviously this won't work at scaling = 1 this way.

Why did you delete your file? It doesn't seem to be confidential, it's just 
some text about a congress about saving the environment and such.

> JVM crashes on PDFRenderer.renderImage
> --------------------------------------
>
>                 Key: PDFBOX-4492
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4492
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 2.0.11, 2.0.14
>         Environment: Oracle Java 8 update125, on both Mac OS X and centos.
> Also Oracle jdk 1.8.0_202 on W10.
>            Reporter: Jack
>            Priority: Critical
>
> When running the following java program on the attached PDF:
> {code}
>  File file = new File("/Users/yujiang/Downloads", "crash.uploaded.pdf");
> PDDocument document = PDDocument.load(file);
> PDFRenderer renderer = new PDFRenderer(document);
> BufferedImage bufferedImage = renderer.renderImage(0, 0.20F);{code}
> JVM will crash without any log
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to