org.pdfbox.ant

Class PDFToTextTask


public class PDFToTextTask
extends Task

This is an ant task that will allow pdf documents to be converted using an and task.
Version:
$Revision: 1.8 $
Author:
Ben Litchfield

Method Summary

void
addFileset(FileSet set)
Adds a set of files (nested fileset attribute).
void
execute()
This will perform the execution.

Method Details

addFileset

public void addFileset(FileSet set)
Adds a set of files (nested fileset attribute).
Parameters:
set - Another fileset to add.

execute

public void execute()
This will perform the execution.