I work for a company that has a product that can generate PDF documents
from XML data. The company name is ceTe Software and the name of the
product is DynamicPDF Generator for .NET. Following is the link to the
download of fully functional evaluation version
http://www.cete.com/Products/GeneratorForNET/Download.csp. Look at the
Simple XML Report example which shows how to generate PDF documents
from XML data.
Our product is written in 100% .NET managed code.
Vishal Mehta
[quoted text, click to view] Ross Presser wrote:
> On Fri, 18 Feb 2005 02:12:25 GMT, news wrote:
>
> > Can I generate PDF from XML using .NET?
>
> Probably. Check out iText, specificially its ports iText.NET (mostly
> current) and iTextSharp (mostly dead, but somewhat more
self-contained).
> iText is a general PDF generating API; the original is in Java, but
the two
> ports are usable with any .NET language. It includes a SAX-based XML
system
> that is somewhat interesting but rather specialized. But since the
rest of
> iText is so full featured, it's not hard to write your own
xml-handling
> code to drive iText.
>
>
http://www.lowagie.com/iText/ - iText's original home
>
http://www.ujihara.jp/iTextdotNET/en/ - iText.NET, the J# port
>
http://itextsharp.sourceforge.net/ - iTextSharp, the C# port