We did this with a COM custom tag that requires Word to be installed on the server. You can do quite a lot of stuff depending which version of word you have installed - i.e. where page breaks will be in tables (so it doesn't break over rows) and lots of nice formatting like that.
All it does is get word to load a webpage then save it as a doc. It was called word2HTML I think. Can probably dig it out for you if you want. Giles Roadnight http://giles.roadnight.name -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 June 2003 13:36 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Creating Word docs Is there any way of converting standard html files to word documents using CF? Ashley M. Whiting Web development New Media Team Schools Communications Unit Department for Education & Skills T: 020 7925 6535 M: 07817 763972 Alternate Email: [EMAIL PROTECTED] -----Original Message----- From: Paul Johnston [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] stringcontains function? Either Find() or ListFind() should do what you want. Paul > <cfoutput query="artforms"> > #artform# <input type="checkbox" name="artform" value="#id#" > <cfif stringcontains(myartforms, id)> > CHECKED><cfelse>></cfif>> <br> </cfoutput> </form> -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] PLEASE NOTE: THE ABOVE MESSAGE WAS RECEIVED FROM THE INTERNET. On entering the GSI, this email was scanned for viruses by the Government Secure Intranet (GSI) virus scanning service supplied exclusively by Cable & Wireless in partnership with MessageLabs. GSI users see http://www.gsi.gov.uk/main/new2002notices.htm for further details. In case of problems, please call your organisational IT helpdesk. -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
