Package FLOTF
Class Autofiller
- java.lang.Object
-
- FLOTF.Autofiller
-
public class Autofiller extends java.lang.ObjectAuto fills the F9006 pdf form based on the information stored inPartInfoandTOParser- Author:
- Bernard Chan, Sonali Loomba
-
-
Constructor Summary
Constructors Constructor Description Autofiller()Autofiller constructor that creates a copy of the blank F9006 PDF Document
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearF9006(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm pDAcroForm)Clears text fields from filled out F9006 PDFjava.io.FilecreateF9006()Creates a new F9006 for new part ordervoidfill9006()Fills out the F9006 formstatic java.lang.StringgetF9006path()Return F9006 file path
-
-
-
Method Detail
-
fill9006
public void fill9006()
Fills out the F9006 form
-
createF9006
public java.io.File createF9006() throws java.io.IOExceptionCreates a new F9006 for new part order- Returns:
- File of newly created F9006 PDF
- Throws:
java.io.IOException- if file path is unable to load
-
clearF9006
public void clearF9006(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm pDAcroForm) throws java.io.IOExceptionClears text fields from filled out F9006 PDF- Parameters:
pDAcroForm- F9006 PDF as a PDAcroForm- Throws:
java.io.IOException- if field is unable to load
-
getF9006path
public static java.lang.String getF9006path()
Return F9006 file path- Returns:
- String of F9006 file path
-
-