Package org.jpedal.io.annotation
Class FormWriter
- java.lang.Object
-
- org.jpedal.io.annotation.FormWriter
-
public final class FormWriter extends Object
Utility class with static methods to all the writing of forms to a PDF
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeForms(File input, File output, org.jpedal.objects.raw.FormObject[] formArr)
Update forms values in a PDF and save to the file specified.
-
-
-
Method Detail
-
writeForms
public static void writeForms(File input, File output, org.jpedal.objects.raw.FormObject[] formArr) throws IOException
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
-
-