Hi, I'm trying to print a PDF with JPEG2000 image in it. According to the docs, this should be as easy as adding JAI core and JAI JPEG2000 libraries to my classpath, but for some reason it's not working.
Here's my command: java -cp "./jai-*.jar" -jar pdfbox-app-2.0.29.jar PrintPDF jpeg2000.pdf What am I doing wrong? PDF: https://github.com/qzind/tray/files/12421913/jpeg2000.pdf Note, I've also asked this question on Stackoverflow here: https://stackoverflow.com/questions/76963762 - tres.finocchi...@gmail.com