class SetaPDF_FormFiller extends SetaPDF {
mixed fillForms ( string $target ) }
This method fills in all changed form fields and send the resulting PDF file to the client or saves it to the local filesystem (as defined in the $dest-parameter of the factory-method).
The resulting filename or path to the local filesystem where the resulting document will be saved.
True - if everything works as expected - an SetaPDF_Error object if an error occurs.