org.apache.pdfbox.examples.ant.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdfbox-examples Show documentation
Show all versions of pdfbox-examples Show documentation
The Apache PDFBox library is an open source Java tool for working with PDF documents.
This artefact contains examples on how the library can be used.
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.apache.pdfbox.ant.PDFToTextTask" classpathref="build.classpath" />
<pdf2text>
<fileset dir="test">
<include name="**/*.pdf" />
</fileset>
</pdf2text>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy