Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Printing from mono on OS X

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?

like image 811
flipm0de Avatar asked Nov 06 '22 08:11

flipm0de


1 Answers

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

like image 189
Sandy Avatar answered Nov 09 '22 15:11

Sandy