tags:

views:

34

answers:

2

Hello,

I know, it is posible to create PDF's from PHP. fpdf, tcpdf, ezpdf, zend_pdf are some examples. Al those libraries does not support creating a "savable pdf".

I mean by that, a pdf with some input fields, and after entering the fields, just save the complete pdf, with the data.

Anybody idea's?

Alessandro

+2  A: 

Check out Webkit to PDF. You would simply need to create an HTML page from the input and then use Webkit to PDF to convert it.

Petah
A: 

You can try EzPDFlibrary, it can handle PDF forms (input fields).

Sarah