EnablePrinter() function - different platform usage.

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
gabter74
Posts: 9
Joined: Fri May 02 2003

EnablePrinter() function - different platform usage.

Post by gabter74 »

Hi,
I discover this issue in contrast with PDFConv dev ed. Help file, section CDIntfEx.EnablePrinter Method - Note to Developers.

On Win NT platform
- Install or attach a PDFPrinter with PDFDriverInit();
- CALL EnabledPrinter() immediatly after,according with PDFConv help file;
- Call EnabledPrinter() in the EnabledPre() event.

On Win 9x platform
- Install or attach a PDFPrinter with PDFDriverInit();
- DO NOT call EnabledPrinter();
- Call EnabledPrinter() in the EnabledPre() event.

I hope this can be helpful (also then correct)!

Ciao a tutti. (hallo to everybody) :shock: [/b]
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello "Gabter",

I am not sure I really understand what you discovered.

Is it that under Windows 9x users don't have to call EnablePrinter after calling PDFDriverInit()?
By help file do you mean the Developers' manual "Common Driver Interface 210.pdf" ?

Have a nice day !
gabter74
Posts: 9
Joined: Fri May 02 2003

EnablePrinter();

Post by gabter74 »

Here I am...

...first... I use PDFConv DevEd to intercept printing from other apps. I use Borland C++ Builder 5 with CDIntF 2.10c (ActiveX interface).

I discover that, on Win9x, if I call EnablePrinter() after PDFDriverInit() (and in a EnabledPre Event,of course), the apps only print once, then the PDFConv Printer became not available.

So u are right : under Win9x users don't have to call EnablePrinter after calling PDFDriverInit(), but only in a EnabledPre Event.

In addiction, on Win9x, U must set SetDefaultName and SetNameOptions
in the EnabledPre Event : in Win2000 u can do it only once.

With 'help file' I mean the 'Common Driver Interface 210.pdf'.

Ciao!
Post Reply