Hi, I have had some success using fop (http://xml.apache.org/fop/) and ikvm (http://weblog.ikvm.net/). It uses xsl-fo to produce pdf documents which (in my opinion) makes it a little more flexible than coding a pdf document by hand. If you are comfortable with xsl and xml it is pretty easy to get up to speed on.
I have tried using the .net port for fop (http://nfop.sourceforge.net) but I ran into some issues. I already had the fop/ ikvm solution working so if I had tried harder I might have gotten it working correctly. Hope that helps. Cheers, Clayton > -----Original Message----- > From: Marek Habersack [mailto:[EMAIL PROTECTED] > Sent: October 4, 2004 6:33 PM > To: tracy Anne > Cc: [EMAIL PROTECTED] > Subject: Re: [Mono-list] PDF creation library for Mono? > > > On Mon, Oct 04, 2004 at 06:25:14PM -0700, tracy Anne scribbled: > > I've been using ITextSharp > > http://itextsharp.sourceforge.net/ > > > > http://sourceforge.net/projects/itextsharp/ > > > > but I notice that there has been no work done on it > > for some time. > After posting my second mail, I've come across this: > > http://sharppdf.sourceforge.net/ > > it compiled with mono without any problems - seems to be > quite feature complete and actively maintained :) > > regards, > > marek > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
