04-02-2009, 03:43 PM
|
#21 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Correct. See, my issue is this. I have a bunch of flash graphs, and dynamically generated content.
So pretend you are looking at your IRA/401K statement with all sorts of data, all neatly laid out.
If the user wishes to "save" that page, there will be a PDF button that they click on, and save the current data as PDF. But I'd like to keep the layout of the webpage in the PDF too.
I just don't want it to save a bunch of numbers like it would if it were a CSV file.
So conceptually, I'm having a hard time figuring out how to get the entire webpage into the PDF....
It's almost as if I have to somehow capture every HTML tag, put it into an array, and HOPE that there's a function that can read the HTML tags and somehow put that into PDF format for saving...
|
|
|
|