Hi, I was wondering if the example PDFToTextTask [1] is still needed. It is the only part of PDFBox which depends on ant. It is a simple wrapper, which enables a PDF2Text conversion as task within ant. If we think about minimizing dependencies, IMO this is one we can remove without any substantial loss.
WDYT?? BR Andreas Lehmkühler P.S.: To avoid missunderstandings, I don't want to remove the ant building skript included in PDFBox ;-) [1] http://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/ant/PDFToTextTask.java
