Evangelos Kogchylakis created PDFBOX-4329:
---------------------------------------------
Summary: JPEG2000 abnormality
Key: PDFBOX-4329
URL: https://issues.apache.org/jira/browse/PDFBOX-4329
Project: PDFBox
Issue Type: Bug
Affects Versions: 2.0.11
Reporter: Evangelos Kogchylakis
Hello,
I am using a maven project with 2.0.11 dependency on pdfbox and:
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-jpeg2000</artifactId>
<version>1.3.0</version>
</dependency>
on pom.xml . When I run UnitTests on pdf to image conversion on jpeg2000 images
they work fine. When I run runtime conversions I get:
SEVERE: Cannot read JPEG2000 image: Java Advanced Imaging (JAI) Image I/O Tools
are not installed
Oct 02, 2018 7:07:08 PM org.apache.pdfbox.contentstream.PDFStreamEngine
operatorException
SEVERE: Cannot read JPEG2000 image: Java Advanced Imaging (JAI) Image I/O Tools
are not installed
I am aware that the dependencies on the parent pom have only the "test" scope.
How can I fix this so that I dont get these
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]