Dynamic PDF Forms CAM::PDF + PDFLib

151 views Asked by At

Are there any case to dynamic manage a PDF using PDFLib properties and setting form fields ?

my %list = ();
$doc->fillFormFields( %list );

enter image description here

1

There are 1 answers

0
Rainer On

With PDFlib Personalization Server and the Block Plugin, you can not create interactive output like form fields. Blocks can only be of Type "textline", textflow", "image", "graphics" or"pdf".

For creating interactive form fields, you can use the PDFlib API directly. Please see the PDFlib Cookbook -> Form Fields for sample code.