Merge FDF data into a PDF file using PHP

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2009-09-07T15:50:57Z Indexed on 2010/04/17 13:53 UTC
Read the original article Hit count: 786

Filed under:
|
|

Is it possible to merge FDF data with a PDF file using PHP alone? Or is there no option but to use a 3rd party command line tool to achieve this?

If that is the case can someone point me in the direction of one?

I am currently outputting the FDF file to the browser in the hope that it will redirect the user to the filled in PDF but for some people that is not the case. The FDF contents is being output to the screen, even though I am using header('Content-type: application/vnd.fdf');

© Stack Overflow or respective owner

Related posts about php

Related posts about fdf