By jove I think I've got it :) http://pastebin.com/mb49fe19
I've rewritten it several times now, simplifying the code until I think I have it down to just what I need and it's working just how I want it. Now, I need to figure out the body of this damned thing and I'm there. Paul Hastings wrote: > Loathe wrote: >> I've got it working, now I need to figure out how to do formatting and >> alignment. > > iText is sometimes a bit too atomic when it comes to formatting (the cfteam > did > a great job taking much of the sweat out of using iText) but every object has > alignment properties: > > pageNumber.setAlignment(paragraph.ALIGN_RIGHT); > > and you can tweak it to an insane level. > >> Still working out page numbers > > http://pastebin.com/m3e0ff845 > > set the rtfPageNumber field on the rtfWriter2 not on the doc. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:307397 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

