User J. Peach - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T08:20:10Z http://stackoverflow.com/feeds/user/12768 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/74098#74098 1 Answer by J. Peach for How do I programmatically create a PDF in my .NET application? J. Peach 2008-09-16T16:13:20Z 2008-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>