How do I handle PDF-XChange Drivers API SDK print events?
Can you tell me how to handle print events, such as OnStartDoc, OnStartPage and so on.
I tried this way:
-Implement _IPXCPrinterEvents interface
-Ask IConnectionPointContainer at PXCComLib::IPXCControlEx object
-Make Advise
-Send document on print through application
-Wait for events
I use ATL.
Here is a small example of a class declaration (or you can use an existing class) using ATL.
First add the following code to your stdafx.h:
#import "progid:PXCComLib.CPXCControlEx" rename_namespace("PXC"), named_guids
Second declare a class like this:
You can contact us by phone, email or our social media accounts — we are here to assist you.