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

Rodion commented on PDFBOX-4787:
--------------------------------

1) java -version 1.7. RESOLUTION_DEFAULT = 300, I try with 144 and others
2) What does it mean? Two InputStream, sorry I wrong when create this case, and 
add two lines PDDocument document = PDDocument.load(is);, but in my code one 
line.
3) I'm not sure, but I seem can't open file with PDFDebugger, becouse program 
start on server. Local I can, but result will other. Also Local I can rendering 
this file. Maybe, add code, but i don't know how work PDFDebugger, I will read 
about it.

> PDFRenderer freezes
> -------------------
>
>                 Key: PDFBOX-4787
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4787
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 2.0.4, 2.0.19
>            Reporter: Rodion
>            Priority: Major
>         Attachments: 158201027645.pdf
>
>
> Hello, I try render pfd to jpeg with PDFRenderer:
> PDDocument document = PDDocument.load(is); 
> PDFRenderer pdfRenderer = new PDFRenderer(document);
>  
> but in line image = pdfRenderer.renderImageWithDPI(page, RESOLUTION_DEFAULT, 
> ImageType.RGB); all freezes
>  
> with other files this code working, but with one no. On other pc all files 
> rendered. I try use next step:
> System.setProperty("sun.java2d.cmm", 
> "sun.java2d.cmm.kcms.KcmsServiceProvider");
> System.setProperty("java.awt.headless", "true");
> but still don't work.Please, help me!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to