user253530
user253530

Reputation: 2591

php edit interactive pdf form

I have an interactive pdf that has a few forms with input fields and checkboxes. I need to open this pdf with php and complete the fields. Is there a way to do that with php? If yes can anyone recommend a library, preferably free.

PS: looked at Zend_Pdf in version 1.11. Seems it might be able to do the job but no documentation is there about this.

Thanks

Upvotes: 2

Views: 1417

Answers (1)

Danzan
Danzan

Reputation: 968

I use http://www.setasign.de/products/pdf-php-solutions/setapdf-formfiller/ in my projects. Works very fine but not freeware

Upvotes: 2

Related Questions