[Mono-list] Portable way to print

Jeremiah McElroy Jeremiah McElroy <jeremiah.mcelroy@gmail.com>
Wed, 29 Dec 2004 15:25:09 -0500


There are, as far as I know, several .NET PDF libraries available. 
PDFs are also, from what I've looked at, fairly easy to muck by hand
so it would be fairly easy, in theory, to create a PDF on the fly.

You could build a runtime platform check into your code to handle the
printing, although this solution will end up becoming very nasty as
time progresses and more platforms are supported by mono (or any other
implementation of the CLR).

jeremiah