Search found 2 matches

by Tomcat
Tue Jan 17 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problem with ::StartDoc
Replies: 2
Views: 6232

Hello Joan! Thanks for your answer. Please check that you are calling EnablePrinter() right before printing. If you are catching the driver events you can call EnablePrinter when catching the EnablePre() event. Can i call 'EnablePrinter' right before ::StartDoc? I don´t react on any driver Events. ...
by Tomcat
Fri Jan 13 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problem with ::StartDoc
Replies: 2
Views: 6232

Problem with ::StartDoc

Hi everyone! I´m so happy i found this newsgroup, cause i hope you guys can help me :) I´ve developed long time ago an Application which processes XML Files, and prints them with amyuni 2.10 to PDF Files. My Source for the printing to amyuni looks this: HDC hDC = CreateDC(_T("WINSPOOL"),...