I have a web application that dynamically generates RTF documents based on user input. Once generated, the documents can be downloaded by the user.
I would like the documents to be downloaded as PDF files instead of RTF.
How can I programaticaly do that?
