Details
Description
I'm trying to render well the attached pdf. At the beginning, the rendering result was white pages but when I added the external libraries, I succeeded to have a visual result.
Unfortunately, I got some huge black pixels in the image. Do you have an idea where they come from? Is there a way to set a rendering parameter to avoid this?
Thank you in advance!
</dependency> <dependency> <groupId>com.github.jai-imageio</groupId> <artifactId>jai-imageio-jpeg2000</artifactId> </dependency> <dependency> <groupId>com.github.jai-imageio</groupId> <artifactId>jai-imageio-core</artifactId> </dependency> <dependency> <groupId>com.levigo.jbig2</groupId> <artifactId>levigo-jbig2-imageio</artifactId> </dependency>
Attachments
Attachments
Issue Links
- is duplicated by
-
PDFBOX-1752 Rendering PDF containing Jpeg2000 fails
- Closed