Dave Phillips wrote: > problem. However, when I output HTML to the itext lib, I see the HTML, not > the nicely formatted tables I have created. Is there a simple fix for this?
you need to parse the HTML, HTMLWorker in chapter 14 in bruno's book (if you plan on doing any serious work w/iText, buy the book) but to quote the book "you risk being disappointed when you start parsing your own HTML pages". ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303371 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

