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?
|
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
|
Rank: Member Groups: Member
Joined: 8/5/2012 Posts: 12
|
ok thanks for your reply.
|