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

Tilman Hausherr commented on PDFBOX-3637:
-----------------------------------------

Please paste the full stack trace. You can edit the description. Just click on 
it.

Try using the current version, which is 2.0.4.

If it still doesn't work, and the stacktrace mentions 
com.sun.imageio.plugins.jpeg.JPEGImageReader, then try using twelvemonkeys for 
jpeg.
https://github.com/haraldk/TwelveMonkeys/

Use this maven dependency:
{code}
    <dependency>
        <groupId>com.twelvemonkeys.imageio</groupId>
        <artifactId>imageio-jpeg</artifactId>
        <version>3.3.1</version> <!-- Alternatively, build your own version -->
    </dependency>
{code}

or use all these files:

twelvemonkeys-common-lang-3.3.1.jar
twelvemonkeys-common-io-3.3.1.jar
twelvemonkeys-common-image-3.3.1.jar
twelvemonkeys-imageio-core-3.3.1.jar
twelvemonkeys-imageio-metadata-3.3.1.jar
twelvemonkeys-imageio-jpeg-3.3.1.jar

To check that you installed it properly, try rendering this file:
https://issues.apache.org/jira/secure/attachment/12701582/573636.pdf


> Fail to convert PDF to tiff,when render a page that numChanels is 3
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-3637
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3637
>             Project: PDFBox
>          Issue Type: Bug
>            Reporter: Lux
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to