Did you include fontbox? https://pdfbox.apache.org/dependencies.html
"The main PDFBox component, pdfbox, has hard dependencies on the fontbox and jempbox components and the commons-logging <http://commons.apache.org/logging/> library. "
Tilman Am 09.02.2014 12:01, schrieb Kotev - Rivka klien:
Hello! I'm writing in java I tried your code in JApplet: @Override *public**void*init() { PDFReader viewer = new PDFReader(); viewer.setVisible(true); } I opened file ktv1390898988640.pdf with the open menu and got this errorsException in thread "AWT-EventQueue-1" java.lang.NoClassDefFoundError: org/apache/fontbox/afm/AFMParser
