Manuals

 

SetaPDF_FormFiller::fillForms()

Description

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).

Parameters

$target

The resulting filename or path to the local filesystem where the resulting document will be saved.

Return value

True - if everything works as expected - an SetaPDF_Error object if an error occurs.