Are there any case to dynamic manage a PDF using PDFLib properties and setting form fields ?
my %list = ();
$doc->fillFormFields( %list );
Are there any case to dynamic manage a PDF using PDFLib properties and setting form fields ?
my %list = ();
$doc->fillFormFields( %list );
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.