Rank: Newbie Groups: Member
Joined: 7/15/2019 Posts: 4
|
Hi, Is there any way to abort the HTML to PDF convert process? Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
No. There is no way for you to abort it. If you do not wish it to block your calling thread, you can run the converter in a separate thread and then wait for the result in your thread (this will be done with normal multi-thread synchronization technique that has nothing to do with our product all). You can then abort your wait if you need to. The converter will continue to run in the other thread until finishes and the result will be discarded.
Thanks!
|