Forum Moderators: coopster
I have a page that has an embedded flash movie and I want to have the ability to allow the user to either click on a button or select a link that will use the php pdf lib class to print the current page out to a pdf file. So the workflow is:
1. user plays with flash calculator on web page
2. Once they get their results, they have the ability to (outside of the flash movie) either:
a. Select a link or
b. Click on a form button
which will output the entire page to a flash file that gets generated on-the-fly, then pops a dialog box for them to download the file.
Am I way off base here?
Thanks in advance for your consideration.
E
After re-reading my post it seems I screwed up!
Option "B" should really read:
"which will output the entire page to a PDF file that gets generated on-the-fly, then pops a dialog box for them to download the file."
Silly me. I know php has the ability to generate pdf's on the fly from text and images, just wasnt sure if it was also "smart" enough to prnt the current page as a pdf.
Thanks again and maybe I'll have more luck now!
E