Exists a Module to transform RTF to PDF, directly

Exists a Module to transform RTF to PDF, directly

am 23.01.2008 21:27:42 von lala4life

Hi there
Exists a module to transform RTF to PDF, directly.

In cpan found modules to transform RTF to HTML and then HTML to PDF,
but is lossless HTML is not so rich format as RTF.

Please help.

Re: Exists a Module to transform RTF to PDF, directly

am 24.01.2008 16:33:39 von Ted Zlatanov

On Wed, 23 Jan 2008 12:27:42 -0800 (PST) lala4life wrote:

l> Exists a module to transform RTF to PDF, directly.

l> In cpan found modules to transform RTF to HTML and then HTML to PDF,
l> but is lossless HTML is not so rich format as RTF.

No, you have to go through HTML AFAIK. You could print to a PDF from
Word, and you may even be able to automate that with Win32::OLE (I have
no idea if that's possible, I've only automated Excel). Direct printing
without conversion will probably give you the best results.

Ted