> I am not aware of any platform-neutral method for writing a Word document, > but you could create the next best thing, a Rich Text Format file using > one of the following methods. > > * Create an RTF file directly with something like RTF::Writer > > or > > * Generate HTML with Template Toolkit and feed the output to HTML::FormatRTF >
The best way of creating Word docs I heard of is to use OLE Automation to drive the Word to create the document and to build its contents. Maybe one could generate some kind of script doing this with TTK (or some params for programs or...) Nevertheless I'd strongly suggest to generate PDFs instead of DOCs. At least they always have the same page breaks whatever printer you install... _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
