You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Alan Masters <AM...@nhbc.co.uk> on 2015/08/13 17:00:01 UTC

PDFBox rendering problem

Please could you help?

I have been using pdfbox-2.0.0-20150219.110040-1097.jar to open several hundred pages of PDF files successfully, except one example that I have.

Unfortunately I am not at liberty to provide the PDF file but would be grateful for some suggestion to work round this problem.

Many thanks Alan.


13-Aug-2015 15:40 Unable to convert page number 46  for 25823-06 AK L.pdf
java.awt.geom.IllegalPathStateException: missing initial moveto in path definition
            at java.awt.geom.Path2D$Float.needRoom(Unknown Source)
            at java.awt.geom.Path2D.closePath(Unknown Source)
            at org.apache.pdfbox.rendering.PageDrawer.closePath(PageDrawer.java:671)
            at org.apache.pdfbox.contentstream.operator.graphics.ClosePath.process(ClosePath.java:35)
            at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:802)
            at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:464)
            at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:438)
            at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:149)
            at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:160)
            at org.apache.pdfbox.rendering.PDFRenderer.renderPage(PDFRenderer.java:203)
            at org.apache.pdfbox.rendering.PDFRenderer.renderImage(PDFRenderer.java:136)
            at org.apache.pdfbox.rendering.PDFRenderer.renderImageWithDPI(PDFRenderer.java:95)
            at com.nhbc.util.ProcessEmails.startConversion(ProcessEmails.java:388)
            at com.nhbc.util.ProcessEmails.saveCurrentBundleFile(ProcessEmails.java:675)
            at com.nhbc.util.BASE64DecoderStreamHandler.handleFile(BASE64DecoderStreamHandler.java:133)
            at com.nhbc.util.BASE64DecoderStreamHandler.handleContent(BASE64DecoderStreamHandler.java:82)
            at com.nhbc.db.mail.StandardPartHandler.handlePart(StandardPartHandler.java:108)
            at com.nhbc.db.mail.MailHandler.processMultipart(MailHandler.java:309)
            at com.nhbc.db.mail.MailHandler.processEmail(MailHandler.java:277)
            at com.nhbc.util.ProcessEmails$MailFolderHandler.handleMessage(ProcessEmails.java:573)
            at com.nhbc.db.mail.MailHandler.scanMessages(MailHandler.java:450)
            at com.nhbc.util.ProcessEmails.run(ProcessEmails.java:238)


This email is confidential and is intended for the addressee only. If you are not the addressee, please delete the email and do not use it in any way. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. NHBC reserves the right to monitor all email communications. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. NHBC, the National House-Building Council, is limited by guarantee in England, No 320784. Registered address: NHBC House, Davy Avenue, Knowlhill, Milton Keynes MK5 8FP. NHBC is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and Prudential Regulation Authority. NHBC Building Control Services Ltd, registered by guarantee in England with Company No. 01952969. Registered address: NHBC House, Davy Avenue, Knowlhill, Milton Keynes MK5 8FP. NHBC Services Ltd registered by guarantee in England, No 03067703. Registered address: NHBC House, Davy Avenue, Knowlhill, Milton Keynes MK5 8FP. If you make a claim under a Buildmark policy your personal details will be stored and processed in accordance with the Data Protection Act. Your personal details may be passed to others involved with your claim such as the original builder, or a consultant or remedial works contractor that we may employ in connection with your claim(s) and matter ancillary to your claim(s). Other than disclosure provided for in this statement, we will not pass any data about you to any other party without your permission unless we are required to do so by law.

Re: PDFBox rendering problem

Posted by Tilman Hausherr <TH...@t-online.de>.
Am 13.08.2015 um 17:00 schrieb Alan Masters:
> Please could you help?
>
> I have been using pdfbox-2.0.0-20150219.110040-1097.jar to open several hundred pages of PDF files successfully, except one example that I have.
>
> Unfortunately I am not at liberty to provide the PDF file but would be grateful for some suggestion to work round this problem.

That bug has been fixed in March. You are using an outdated snapshot.

Btw there's currently a bug in font rendering. Use the version before 
rev 1695198 <https://svn.apache.org/r1695198>. (See 
https://issues.apache.org/jira/browse/PDFBOX-2487)

Tilman

>
> Many thanks Alan.
>
>
> 13-Aug-2015 15:40 Unable to convert page number 46  for 25823-06 AK L.pdf
> java.awt.geom.IllegalPathStateException: missing initial moveto in path definition
>              at java.awt.geom.Path2D$Float.needRoom(Unknown Source)
>              at java.awt.geom.Path2D.closePath(Unknown Source)
>              at org.apache.pdfbox.rendering.PageDrawer.closePath(PageDrawer.java:671)
>              at org.apache.pdfbox.contentstream.operator.graphics.ClosePath.process(ClosePath.java:35)
>              at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:802)
>              at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:464)
>              at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:438)
>              at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:149)
>              at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:160)
>              at org.apache.pdfbox.rendering.PDFRenderer.renderPage(PDFRenderer.java:203)
>              at org.apache.pdfbox.rendering.PDFRenderer.renderImage(PDFRenderer.java:136)
>              at org.apache.pdfbox.rendering.PDFRenderer.renderImageWithDPI(PDFRenderer.java:95)
>              at com.nhbc.util.ProcessEmails.startConversion(ProcessEmails.java:388)
>              at com.nhbc.util.ProcessEmails.saveCurrentBundleFile(ProcessEmails.java:675)
>              at com.nhbc.util.BASE64DecoderStreamHandler.handleFile(BASE64DecoderStreamHandler.java:133)
>              at com.nhbc.util.BASE64DecoderStreamHandler.handleContent(BASE64DecoderStreamHandler.java:82)
>              at com.nhbc.db.mail.StandardPartHandler.handlePart(StandardPartHandler.java:108)
>              at com.nhbc.db.mail.MailHandler.processMultipart(MailHandler.java:309)
>              at com.nhbc.db.mail.MailHandler.processEmail(MailHandler.java:277)
>              at com.nhbc.util.ProcessEmails$MailFolderHandler.handleMessage(ProcessEmails.java:573)
>              at com.nhbc.db.mail.MailHandler.scanMessages(MailHandler.java:450)
>              at com.nhbc.util.ProcessEmails.run(ProcessEmails.java:238)
>
>
> This email is confidential and is intended for the addressee only. If you are not the addressee, please delete the email and do not use it in any way. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. NHBC reserves the right to monitor all email communications. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. NHBC, the National House-Building Council, is limited by guarantee in England, No 320784. Registered address: NHBC House, Davy Avenue, Knowlhill, Milton Keynes MK5 8FP. NHBC is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and Prudential Regulation Authority. NHBC Building Control Services Ltd, registered by guarantee in England with Company No. 01952969. Registered address: NHBC House, Davy Avenue, Knowlhill, Milton Keynes MK5 8FP. NHBC Services Ltd registered by guarantee in England, No 03067703. Registered address: NHBC House, Davy Avenue, Knowlhill, Milton Keynes MK5 8FP. If you make a claim under a Buildmark policy your personal details will be stored and processed in accordance with the Data Protection Act. Your personal details may be passed to others involved with your claim such as the original builder, or a consultant or remedial works contractor that we may employ in connection with your claim(s) and matter ancillary to your claim(s). Other than disclosure provided for in this statement, we will not pass any data about you to any other party without your permission unless we are required to do so by law.
>