My client has a pdf that just prints, and he wants me to turn it into a form with fields and populate it from html/coldfusion. I did this successfully, but it only works for me, and not for him. I'm wondering if there is some version problem.
The original document shows:
pdf producer: acrobat distiller 6.0.1 (windows)
pdf version: 1.4 (acrobat 5.x)
We have acrobat 4 full at work, so I took the original there and edited it. I wasn't sure if it would even open, but it did, and the changes seemed to be successful. So anyway, I added the form fields and saved it, uploaded it to the web server, set up my server side scripts to write the FDF file, etc, and it all seems to work.
The problem is the client has not once been able to open it successfully. He has 4.0 free on one machine, it wouldn't work at all there.. gave an error message, but he still hasn't told me what it says. Then he tried 5.0 free, and that shows the fdf/pdf, but it does't fill in any of the fields.
The whole setup is published at (click on form.cfm) if anyone is interested in taking a peak. I'm a server-side guy, so the fields are right up my alley, but all be damned if I have a clue what to do about the pdfs.
The original document shows:
pdf producer: acrobat distiller 6.0.1 (windows)
pdf version: 1.4 (acrobat 5.x)
We have acrobat 4 full at work, so I took the original there and edited it. I wasn't sure if it would even open, but it did, and the changes seemed to be successful. So anyway, I added the form fields and saved it, uploaded it to the web server, set up my server side scripts to write the FDF file, etc, and it all seems to work.
The problem is the client has not once been able to open it successfully. He has 4.0 free on one machine, it wouldn't work at all there.. gave an error message, but he still hasn't told me what it says. Then he tried 5.0 free, and that shows the fdf/pdf, but it does't fill in any of the fields.
The whole setup is published at (click on form.cfm) if anyone is interested in taking a peak. I'm a server-side guy, so the fields are right up my alley, but all be damned if I have a clue what to do about the pdfs.