Daniel wrote: > the real question: can I update iText with a more recent version ? if so,
sure but cfdocument will probably stop working (though give it a try). > implementation, is there a easy way to convert html to pdf using an external > iText implementation called by CreateObject ? it will be harder for sure (you can't really appreciate what cfdocument does for you until you try to do it yourself) but certainly possible (iText is what many of us have been using pre-cfdocument & still do for some requirements). you'll have to use mark's javaloader to get at the iText jar as the cf one will still load ahead of your version (or i guess you could refactor it). these days the mysterious cfsearching is probably the best iText & cf resource: http://cfsearching.blogspot.com/search/label/iText there's also some stuff scattered around the cf forums: http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=1 if you do go w/"low-level" iText buy bruno's book, worth every penny i paid for it: http://www.manning.com/lowagie/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319264 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

