How to use PDFBox 1.0 in .net / C# environment using IKVM
Posted
by Evan
on Stack Overflow
See other posts from Stack Overflow
or by Evan
Published on 2010-02-22T22:26:23Z
Indexed on
2010/03/22
20:11 UTC
Read the original article
Hit count: 622
Id like to use PDFBox to generate PDF highlight files in my .net project. PDFBox states that it can be used in .net via IKVM http://www.pdfbox.org/userguide/dot_net.html
BUT running ikvmc (latest version) to generate the DLLs on PDFBOX.1.0.0.jar generates a whole lot of NoClassDefFound warnings.
How should I fix this, and what other DLLs do I need to include in my project? It seems as though file names have changed from the older documentation/articles I have read on the matter.
thanks in advance.
© Stack Overflow or respective owner