From: "Sharat Hegde" <[EMAIL PROTECTED]> > I have developed a Perl Program which shows the results of a series of > Form processing functions in a Print Preview Page which can be printed > using the Browser's print function. > > I want to also provide a function where the Form inputs can be > converted into a RTF format or a Microsoft Windows .DOC file format. > > Does anyone know how to dynamically create a RTF or Windows .DOC file > from Perl and/or use a static RTF file with a Mail/Merge kind of > facility where the Form inputs can just go into a RTF template of > kinds. > > Is there a Perl Module available for this?
Well you can try my Template::RTF.pm This'll allow you to create an RTF template and fill in values. Since noone was ever interested I killed the development, but it had been used and had been working. I'm sure there is at least one more RTF module on CPAN. And I'd think there'll be one for PDF as well. You may also try to control MSWord with Win32::OLE. Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]