You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/12/15 22:42:00 UTC

[jira] Resolved: (PDFBOX-208) java.lang.IllegalArgumentException printing PDF

     [ https://issues.apache.org/jira/browse/PDFBOX-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved PDFBOX-208.
----------------------------------

    Resolution: Incomplete

Test document not available.

> java.lang.IllegalArgumentException printing PDF
> -----------------------------------------------
>
>                 Key: PDFBOX-208
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-208
>             Project: PDFBox
>          Issue Type: Bug
>            Priority: Minor
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1578473
> Originally submitted by miguelc on 2006-10-16 13:09.
> The following exception occurs when printing a PDF (see
> estadodecuenta.pdf):
> java.lang.IllegalArgumentException: filtered.length !=
> (width*bpp + 1) * height,
>  10800 10860w,h,bpp=60,60,3
>         at
> org.pdfbox.pdmodel.graphics.predictor.Uptimum.checkBufsiz(Uptimum.java:52)
>         at
> org.pdfbox.pdmodel.graphics.predictor.Uptimum.decode(Uptimum.java:141)
>         at
> org.pdfbox.pdmodel.graphics.xobject.PDPixelMap.getRGBImage(PDPixelMap.java:154)
>         at
> org.pdfbox.util.operator.pagedrawer.Invoke.process(Invoke.java:81)
>         at
> org.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:452)
>         at
> org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:215)
>         at
> org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
>         at
> org.pdfbox.pdfviewer.PageDrawer.drawPage(PageDrawer.java:104)
>         at org.pdfbox.pdmodel.PDPage.print(PDPage.java:741)
>         at sun.print.RasterPrinterJob.printPage(Unknown
> Source)
>         at sun.print.RasterPrinterJob.print(Unknown Source)
>         at sun.print.RasterPrinterJob.print(Unknown Source)
>         at
> org.pdfbox.pdmodel.PDDocument.print(PDDocument.java:833)
>         at org.pdfbox.PrintPDF.main(PrintPDF.java:108)
> I am using PDFBox 0.7.3, on Windows 2000. JRE 1.5.0_08.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.