Question
Send Coldfusion variables to (then save) PDF
My site has a PDF form that is pre-filled with information
drawn from a database query. This is accomplished with via FDF, as
that was the best way I could figure to do it at the time.
Firefox doesn't allow for the viewing of PDFs within the browser, so when Firefox users click on the link to view the PDF they are prompted to safe the FDF to their hard drive. When they double-click on it, the PDF will open in Safari (on Macs, at least... not sure about PCs).
Using ColdFusion 7, is there a way to write a static PDF using the information from the FDF so people will download that instead? Or, failing that, is there a better method to use from the get-go?
Thanks so much!
Firefox doesn't allow for the viewing of PDFs within the browser, so when Firefox users click on the link to view the PDF they are prompted to safe the FDF to their hard drive. When they double-click on it, the PDF will open in Safari (on Macs, at least... not sure about PCs).
Using ColdFusion 7, is there a way to write a static PDF using the information from the FDF so people will download that instead? Or, failing that, is there a better method to use from the get-go?
Thanks so much!