Hi guys! How could I use PDFBox in my java program? "import org.pdfbox.util.*" does not work... eclipse gives this alert:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at TestPDFBox.main(TestPDFBox.java:9)
How can I make it work?
Thank you very much!!!
Chenguang Pan

