Quoting Robert Badaracco <[EMAIL PROTECTED]>: > I've been playing with the XML to PDF capabilities of > iText. I see how easy it is to format paragraphs and > tables and output to PDF. How can I draw and output > simple lines within my XML doc?
You can't. > I don't see any > support for this within the iText.DTD. How can I add > my own custom tags for this purpose? You would have to extend SAXiTextHandler. I think it's a difficult job if you want to do it right. br, Bruno ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
