I am looking for the easiest way to convert an RTF document -- complete with images -- into a PDF document that has the same basic format. I have found CPAN modules for converting RTF to text or HTML, but nothing for RTF to PDF. I
want to avoid an intermediate format (i.e. RTF -> HTML -> PDF) if possible. These are medical documents, so getting the formatting and images right every time is crucial.