I am trying to convert a RTF stream or a string to PDF using the toPdf() option in Convert class. But it only takes the file path as the input. Is there any other way to send an RTF string or a stream to convert into PDF? I tried using the Filter options as well StreamingPDFConversion(), but it doesn’t support the RTF extension. Any idea on this one?
Please note that we do not currently support direct/internal conversion of RTF files. Instead, a 3rd party application, installed on the Windows computer, is needed, and this communication with the 3rd party application requires the file to be on the filesystem.