Hi, I wanted to try out the PDF creation example ( http://www.jopendocument.org/tutorial_pdf.html ), but everytime I try to load a document with the OpenDocument class, I get an Exception "java.lang.IllegalArgumentException: OfficeBody cannot be null"
OpenDocument doc = new OpenDocument();
doc.loadFrom("test.odt");
I'm usiung jOpendDocument 1.2 beta 2 if that matters.
I tried several documents, but I was never able to load one of them :(
Niclas
