User J. Peach - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T08:20:10Zhttp://stackoverflow.com/feeds/user/12768http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/74098#740981Answer by J. Peach for How do I programmatically create a PDF in my .NET application?J. Peach2008-09-16T16:13:20Z2008-09-16T16:13:20Z<p>I highly recommend <a href="http://www.xmlpdf.com/" rel="nofollow">Ibex PDF Creator</a> from Visual Programming Limited. It uses standard XML:FO to create high-quality PDF documents. The libary has many features, and the vendor provides excellent support. The tool is licensed per developer so you can redistribute it without any licensing concerns.</p>