EndDocPost not fired when large html print finished

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
Benny
Posts: 9
Joined: Fri Oct 15 2004

EndDocPost not fired when large html print finished

Post by Benny »

Hi

Im using developer version 2.5.
Print printing large html files to my pdf writer the EndDocPost event is never fired in the cdintf250.dll activeX.
When printing other large files and small html it works ok.

I have made a circumvention by using the EndDocPre instead. This event is fired.

I have 2 questions:

1: Has anyone else experience like mine about large html files.
2: What is the difference between the EndDocPost and the EndDocPre events and can I rely on the EndDocPre instead of EndDocPost

Kind regards, Benny
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

EndDocPre is fired before EndDoc is handled while EndDocPost is fired after EndDoc is handled.

Depending on why you need to intercept the event you may use EndDocPre instead of EndDocPost.

But this is not a solution, I suggest that you contact our Support Department support@amyuni.com along with your sample application and sample document to check why the EndDocPost is not fired.

Have a nice day.
Post Reply