org.pdfbox.examples.fdf
Class PrintFields
java.lang.Object
org.pdfbox.examples.fdf.PrintFields
public class PrintFields
extends java.lang.Object
This example will take a PDF document and print all the fields from the file.
static void | main(String[] args) - This will read a PDF file and print out the form elements.
|
void | printFields(PDDocument pdfDocument) - This will print all the fields from the document.
|
main
public static void main(String[] args)
throws IOException,
CryptographyException
This will read a PDF file and print out the form elements.
see usage() for commandline
args
- command line arguments
printFields
public void printFields(PDDocument pdfDocument)
throws IOException
This will print all the fields from the document.
pdfDocument
- The PDF to get the fields from.