tags:

views:

31

answers:

1

I am pretty new to the platform, but I would like to know if anybody tried printing from a Mac using the Mono framework?

Seems like the internal namespaces that are usually used to print on other platforms are not fully implemented (System.Drawing, System.Drawing.Printing) so does anybody know of a better way to do printing? Or is MonoMac required to do so?

+2  A: 

I don't know if System.Drawing.Printing works on OS X, but the GtkPrint API in gtk-sharp does.

Sandy
Last I tried, it could print to PDF, but not directly to a printer. Of course, printing the PDF is trivial.
mhutch