Rank: Newbie Groups: Member
Joined: 5/23/2013 Posts: 1
|
Hi there,
Sorry, I'm brand new to this, so forgive me if I'm missing something easy here. I'm trying to output a PDF of a page that has been dynamically updated through javascript when the user clicks a "print" button. I've got it working to the extent that the user can update the page, but when they click the print button it's outputting the initial HTML, not the updated. I'm basically a novice in .NET, but I have enough other programming experience that I can probably follow along if there's something easy I should be doing that you know of.
Any help is appreciated.
Mike
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
The HTML to PDF converter runs on the server side, not on your client side. So any changes you made on the client side the server will not know unless somehow you send it back to the server.
Thanks!
|