View Single Post
Old 11-25-2006, 04:15 PM   #8
Axel
Junior Member
Axel began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2006
thanks, now I'm one step further, but got other problems :-(
I tried to convert 3 different PDFs and got different types of errors from the pdfbox.jar. Did you actually manage to successfully convert a PDF ?

axel


-------
Exception in thread "main" java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider
at org.pdfbox.pdmodel.PDDocument.openProtection(PDDoc ument.java:905)
---------
Exception in thread "main" java.lang.ClassCastException: PageParser
at org.pdfbox.util.operator.pagedrawer.SetLineWidth.p rocess(SetLineWidth.java:63)
-------------
Exception in thread "main" java.lang.ClassCastException: PageParser
at org.pdfbox.util.operator.pagedrawer.AppendRectangl eToPath.process(AppendRectangleToPath.java:58)
Axel is offline   Reply With Quote