Welcome Guest Search | Active Topics | Sign In | Register

Generate PDF after page is dynamically changed? Options
Mike
Posted: Friday, May 24, 2013 12:13:24 AM
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
eo_support
Posted: Friday, May 24, 2013 8:37:49 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.