I got a form with fill-able form fields made by Acrobat, it is rather complex. Via PHP I want to "simply" attach another page, add a barcode to the form page and add meta info.
Currently I do not manage to retain the fields fill-able or tcpdf/fpdi simply cannot read the compression of the pdf. I tried a couple of different pdf version but don't succeed so far.
I tried pdflib but work now with tcpdf and fpdi, however there seems no way to make it happen. I can attach pdf files and use templates, just not in any format that has or retains fill-able fields.
- Is tcpdf/fpdi able to do this at all?
- Do you know of any other solution to achieve this? (PHP/linux based)