[
https://issues.apache.org/jira/browse/PDFBOX-859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919797#action_12919797
]
Andreas Lehmkühler commented on PDFBOX-859:
-------------------------------------------
I had a quick look at your code. Remove the PDFParser stuff. The only thing
which is needed to load a pdf is PDDocument.load(pdfFile).
But I guess this will not solve your problem. Please post the stacktrace, so
that one can see where exactly the error occurs.
> PDF to Image (JPEG) conversion: colormodel log info and JVM crash for large
> PDFs
> --------------------------------------------------------------------------------
>
> Key: PDFBOX-859
> URL: https://issues.apache.org/jira/browse/PDFBOX-859
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel, Writing
> Affects Versions: 1.2.1
> Environment: OS: Windows Vista Build 6000
> CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
> Memory: 4k page, physical 2097151k(1623432k free), swap 4194303k(3038876k
> free)
> vm_info: Java HotSpot(TM) Client VM (1.6.0_01-b06) for windows-x86, built on
> Mar 14 2007 00:24:02 by "java_re" with unknown MS VC++:1310
> Reporter: Abhishek Sisodia
> Priority: Critical
> Attachments: cloud.pdf, pdf2jpeg.java, secretlifewebdesigner.pdf
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> I am trying to convert pages in a PDF to JPEG images. For smaller files
> program runs well but in few cases it give following log info:
> org.apache.pdfbox.pdmodel.graphics.xobject.PDPixelMap getRGBImage
> INFO: ColorModel: ColorModel: #pixelBits = 24 numComponents = 3 color space =
> java.awt.color.icc_colorsp...@107ebe1 transparency = 1 has alpha = false
> isAlphaPre = false
> for larger PDFs JVM crashes with the log mentioned above being displayed
> repeatedly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.