xfdf Questions
13
My scenario:
A PDF template with formfields: template.pdf
An XFDF file that contains the data to be filled in: fieldData.xfdf
Now I need to have these to files combined & flattened.
pdftk d...
2
3
I'm using XFDF files to fill out PDF-forms serverside with PHP and pdftk but my problem is that no non-english characters (ä, ö, å etc.) are printed to the form fields.
Here is the function I use ...
3
This is what I have currently:
User submits form data and gets a "download PDF" link.
The link points to script which generates an XFDF file on the fly and outputs the XFDF file after setting the...
4
Solved
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 di...
1
© 2022 - 2024 — McMap. All rights reserved.