Search found 8 matches

by andrewb
Fri Jul 08, 2016 3:41 am
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Re: Events not firing

Sorry Roman but I don't see an "Email" button, just a "Profile" button
by andrewb
Fri Jul 08, 2016 3:22 am
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Re: Events not firing

Yes you can, how do I send my details?
by andrewb
Fri Jul 08, 2016 2:47 am
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Re: Events not firing

Yes, I used the C# example provided with API

I am using a VM running Windows Server 2012 - could this be an issue?
by andrewb
Thu Jul 07, 2016 10:31 pm
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Re: Events not firing

Hi Roman, I have applied the supplied fix but no change, still get the "Printing Progress" window stuck at 0%
by andrewb
Wed Jul 06, 2016 10:50 pm
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Re: Events not firing

I have updated the timeout to 30000 milliseconds. It doesn't seem to matter how long I use as a timeout, i still get the E_ABORT error.

As you can see from attached screenshot, when I use WaitForPrintEvent a new window appears "Printing Progress" that sits at 0% done and doesn't change.
by andrewb
Sun Jul 03, 2016 11:53 pm
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Re: Events not firing

Hi Ivan

I implemented the WaitForPrintEvent however it throws an error - see attached.

Looking at your documentation (PDF-XChange Drivers API SDK 2012 User Manual) it appears this event is unsupported and will return "an E_NOTIMPL error code:" (see attached)
by andrewb
Fri Jul 01, 2016 12:06 pm
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Re: Events not firing

Thanks Stefan. I'm not sure how to use the waitforprintevent method. I tried passing in the name of the event but it won't compile.
by andrewb
Mon Jun 27, 2016 10:26 pm
Forum: PDF-XChange Drivers API SDK
Topic: Events not firing
Replies: 16
Views: 5870

Events not firing

I have downloaded and installed the Drivers API (6.0.317.1) onto a Windows 2012 Server. I have opened the C# example in Visual Studio 2015 and can successfully run the code to create a PDF from a text file. However I cannot get any of the events (e.g. OnFileSaved) to fire. They do not log to the for...