Class PrintFields
java.lang.Object
org.apache.pdfbox.examples.interactive.form.PrintFields
This example will take a PDF document and print all the fields from the file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThis will read a PDF file and print out the form elements.voidprintFields(PDDocument pdfDocument) This will print all the fields from the document.private voidprocessField(PDField field, String sLevel, String sParent) private static voidusage()This will print out a message telling how to use this example.
-
Constructor Details
-
PrintFields
public PrintFields()
-
-
Method Details
-
printFields
This will print all the fields from the document.- Parameters:
pdfDocument- The PDF to get the fields from.- Throws:
IOException- If there is an error getting the fields.
-
processField
- Throws:
IOException
-
main
This will read a PDF file and print out the form elements.
see usage() for commandline- Parameters:
args- command line arguments- Throws:
IOException- If there is an error importing the FDF document.
-
usage
private static void usage()This will print out a message telling how to use this example.
-