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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
