Hi Rafael, > From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] > Has anyone worked with creating an MS Word or PDF doc where you > control the margins? I have a site that will need to generate a 100 page document in > book format - with a predefined paper size, margin settings and page > numbering - especially opposing page margins :
I would suggest you look at xsl-fo http://www.xml.com/pub/a/2002/03/20/xsl-fo.html (this is a link to an overview rather than a xsl-fo engine) this does XML -> PDF via XSL-fo (XSL "formatting objects"). FOP is best know XML->PDF formatter. Other options include a COM www.activePDF.com or using a command line tool. BTW if you are using the DOCBOOK format, there are probably more options out there, including Word DOCs to Docbook etc. WG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

