|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
PDFToTextTask | This is an ant task that will allow pdf documents to be converted using an and task. |
ANT tasks that utilize PDFBox features can be found in this package.
This is an example of using the PDF2Text task:
<taskdef name="pdf2text" classname="org.pdfbox.ant.PDFToTextTask" classpathref="build.classpath" />
<pdf2text>
<fileset dir="test">
<include name="**/*.pdf" />
</fileset>
</pdf2text>
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |