Hiya, Sorry to jump on your bandwagon but I have a similar(-ish) problem. I can currently generate an RTF document from a template with velocity. But what I want to do after is write that document to a file on the server. I think I want to use the java PrintWriter (etc) classes to achieve this but I have no idea of where to start really (I am kinda new to velocity). I have looked all over the net for answers but I haven't really been able to find anything that tackles this issue. If anyone could give a little advice or a pointer to somewhere where I can find inspiration it would be greatly appreciated!
Cheers Richard -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 17:28 To: [EMAIL PROTECTED] Subject: getting a mergerd Template as a Document? Hi All, I am trying to generate a PDF from a merged Template. The PDFWriter needs a Document. So how can I get merged template as a Document.? Do I need to write a custom servlet to extend VelocityServlet's doRequest() method? Can somebody please help? Thanks Abhi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
