Package org.apache.pdfbox.examples.ant
Class PDFToTextTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.apache.pdfbox.examples.ant.PDFToTextTask
-
- All Implemented Interfaces:
java.lang.Cloneable
public class PDFToTextTask extends org.apache.tools.ant.TaskThis is an Ant task that will allow pdf documents to be converted using an Ant task.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<org.apache.tools.ant.types.FileSet>fileSets
-
Constructor Summary
Constructors Constructor Description PDFToTextTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFileset(org.apache.tools.ant.types.FileSet set)Adds a set of files (nested fileset attribute).voidexecute()This will perform the execution.-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-