Package org.jpedal.io.annotation
Class FormWriter
java.lang.Object
org.jpedal.io.annotation.FormWriter
Utility class with static methods to all the writing of forms to a PDF
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeForms
(File input, File output, FormObject[] formArr) Update forms values in a PDF and save to the file specified.
-
Method Details
-
writeForms
Update forms values in a PDF and save to the file specified.- Parameters:
input
- File object representing the PDF containing formsoutput
- File object representing where the modified PDF should be savedformArr
- FormObject array representing the new form values- Throws:
IOException
- if an I/O error occurs during writing
-