Search found 3 matches

by mvanroshum
Mon Feb 07 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Capture Events by 2 printjobs simultaneously
Replies: 0
Views: 11009

Capture Events by 2 printjobs simultaneously

Hi, In our application, I use CaptureEvents(1) together with including BroadCastMessages in the FileNameOptions to be able to monitor when the printing starts (StartDocPost) and when printing ends (EndDocPost). From EndDocPost, I call CaptureEvents(0) to stop te events. However, now I have the follo...
by mvanroshum
Mon Feb 07 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: GetVersionInformation returns version 4.0
Replies: 1
Views: 4837

GetVersionInformation returns version 4.0

Hi, When calling the GetVersionInformation method on the CDINTFEx class, 4.0 is returned by the printerdriver. cdi.DriverInit(printerName); int intfmajor = -1; int intfminor = -1; int drivermajor = -1; int driverminor = -1; cdi.GetVersionInformation(ref intfmajor, ref intfminor, ref drivermajor, ref...
by mvanroshum
Tue Sep 25 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Evaluation License Expired running without Admin Privil
Replies: 1
Views: 4336

Evaluation License Expired running without Admin Privil

Hi, I'm evaluating PDF Convertor and I'm running into the following problem: I'm using the Active X-version of the component, calling it from a C# .NET assembly. Now when I'm running with Admin Privileges (btw, I'm running Vista) everything is fine. However, running without admin privileges, I get a...