is it possible to convert .rtf to .pdf throught oracle reports
hey guys,
I have a problem and was wondering if you could help me. In database i have a .rtf file stored as blob datatype.
I need to convert this .rtf file into a .pdf file and was wondering if that is possible to make throught oracle reports.
For example on my form i have a button and when i clik it i want to get that rtf file displayed in IE in .pdf format.
I found a solution to convert rtf to pdf throught open office and called it back with services.
My question is if there's any other possible way to convert rtf to pdf with PLSQL library or is it possible to make a generic report that could take input parameter and make this .rtf to automatically convert and display .pdf in IE???
All suggestions are welcome...