The scenerio:
I have a blank PDF file with form fields: pdf1.pdf. I fill out the PDF and export the form data to pdf1.fdf. pdf1.pdf is not saved with the new form input.
So now I have pdf1.pdf (blank) and pdf1.fdf.
I want to create pdf2.pdf. Where pdf2 is pdf1.pdf with pdf1.fdf incorporated into its fields.
I don't see any way to do this using the fdf or pdf libraries that are shipping with PHP.
Is anyone familiar with such a method?
Regards,
Ed