Steve Verdino Posted September 28, 2007 Posted September 28, 2007 I'm stuck so I'm back again - I'm trying to find a way to dynamically create a PDF with form inputs filled out. There are a TON of ways to do this by creating a FDF file which fills in the PDF template. The trouble I'm having is that I don't want to pass the FDF file to the user, I want them to view a PDF file. I think my best bet to to find a way to do this by creating the FDF file (which I can do) than somehow flattening or merging the FDF with the original PDf to create a 'new' PDF file. The only way I found to do this is using a program called PDF Toolkit (PDFTK) which is a server side app. that doesn't seem to be on my hosted server. So that's pretty much out of the question. Any ideas or help you can offer would be much appreciated. Thanks, Steve Quote
TCH-Andy Posted September 28, 2007 Posted September 28, 2007 I'm not sure exactly what you mean by "I don't want to pass the FDF file to the user, I want them to view a PDF file." The only way they will be able to view it is essentially that you pass it to them. Do you mean that you want them to open it directly in the browser, rather than saving to disk ? Quote
Steve Verdino Posted September 29, 2007 Author Posted September 29, 2007 I'm not sure exactly what you mean by "I don't want to pass the FDF file to the user, I want them to view a PDF file." The only way they will be able to view it is essentially that you pass it to them. Do you mean that you want them to open it directly in the browser, rather than saving to disk ? Either way. What I mean is that I don't want the user to be able to see (view or edit) the FDF file. What I want the user to be able to see is a true PDF. The reason is that FDF (unlike PDF) can be opened and easily changed in any text editor. Quote
sylvest Posted July 17, 2012 Posted July 17, 2012 I have exactly the same requirement. Has anyone successfully installed and used PDFTK on TCH to merge PDF and FDF files and to flatten the result? Thanks - Rowan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.