Groups | Blog | Home
all groups > dotnet xml > february 2005 >

dotnet xml : XML abd PDF



news
2/18/2005 2:12:25 AM
Can I generate PDF from XML using .NET?

Ross Presser
2/18/2005 10:57:12 AM
[quoted text, click to view]

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
vishal.mehta NO[at]SPAM gmail.com
2/22/2005 8:51:41 AM
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]
AddThis Social Bookmark Button