Oleg  Beat
Oleg Beat

Reputation: 337

Dynamic PDF Forms CAM::PDF + PDFLib

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

Upvotes: 0

Views: 157

Answers (1)

Rainer
Rainer

Reputation: 2185

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.

Upvotes: 1

Related Questions