You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/05/27 09:23:01 UTC

[jira] [Resolved] (PDFBOX-1724) Method createColorModel not implemented for PDCalGray

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

John Hewson resolved PDFBOX-1724.
---------------------------------

    Resolution: Fixed

This was fixed in 2.0 some time ago.

> Method createColorModel not implemented for PDCalGray
> -----------------------------------------------------
>
>                 Key: PDFBOX-1724
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1724
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 1.8.2
>            Reporter: Mark Hansohm
>            Assignee: John Hewson
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: pdfbox-1724.pdf-1.png, problem_pdf.pdf
>
>
> The method createColorModel is not implemented for the class PDCalGray - when called, it throws an IOException(!):
> {noformat}
>  /**
>      * Create a Java colorspace for this colorspace.
>      *
>      * @return A color space that can be used for Java AWT operations.
>      *
>      * @throws IOException If there is an error creating the color space.
>      */
> protected ColorSpace createColorSpace() throws IOException
>     {
>         throw new IOException( "Not implemented" );
>     }
> {noformat}
> The exception thrown is catched elsewhere (by an aspect?) but it leads to an ugly stacktrace in the logfile .. :
> {noformat}
> 2013-09-24 09:32:11,858 ERROR - PDPixelMap : java.io.IOException: Not implemented
> java.io.IOException: Not implemented
> 	at org.apache.pdfbox.pdmodel.graphics.color.PDCalGray.createColorModel(PDCalGray.java:114)
> 	at ...
> 	at org.apache.pdfbox.pdmodel.PDPage.convertToImage(PDPage.java:781)
> ....
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)