المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Printing



C# Programming
03-30-2009, 08:00 PM
I have an interesting problem, but have no idea where to start, any help/links etc most welcome

The problem:

I want to create an c# app that any other application (eg, Word, Excel etc ) can print to (so i assume it would be a printer driver?? or printer queue??)

Once the file has been printed to the c# app I will save it out as a file in a specific ******** (hopefully as postscript).

How do applications like word send a file to a print driver? is it as a postscript file?

Thanks in advance for any comments

Mark