Welcome Guest Search | Active Topics | Sign In | Register

acknowledge when pdf finish download in ASPXToPDF Options
Michael
Posted: Monday, August 6, 2012 3:10:33 PM
Rank: Member
Groups: Member

Joined: 8/5/2012
Posts: 12
Hi

Is it possible to get some kind of an acknowledge, when ASPXToPDF is finish to create and download the pdf file on the computer?
eo_support
Posted: Monday, August 6, 2012 3:27:10 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

You can get acknowledge when ASPXToPDF is done creating your PDF file by handling the control's AfterRender event. When that event is called, the conversion has already completed.

Acknowledgment of user finish downloading your pdf file is a totally different story. That has nothing to do with our product. From the user’s browser point of view, there is no difference between downloading a regular HTML document, or downloading a script file, or downloading an image, or downloading a PDF file (the difference is what to do after finished downloading it). You are basically trying to track when a network resource has been completely downloaded by the user. I believe you could write additional code to do it ---- for example, to have the client to send a message to the server when it has finished downloading, but that neither has anything to do with us nor is within the scope of our support.

Thanks
Michael
Posted: Monday, August 6, 2012 3:33:03 PM
Rank: Member
Groups: Member

Joined: 8/5/2012
Posts: 12
ok thanks for your reply.


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.