All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.pdfbox.examples.ant.package.html Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 3.0.3
Show newest version







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