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:307383 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

