Convert RTF to PDF (C#)

G

Guest

I got the following problem: an RTF is loaded and stored in memory in a form
of a byte array. I need to convert it to a PDF without the necessety to store
it on the disk (i.e. I need either byte array or a stream). I tried to use
TX Text Control which works fine except that it does not convert the barcode
that appears in RTF to the PDF correctly. TX Text Control support said that
it is a serious issue and they are working on it. Meanwhile I need a
solution. Most of the converters that I found were either applications of
themselves, or tools that can be used from the code but require actual
physical files. Could anyone please recommend a tool that can be used from
C# and can convert an RTF to PDF without storing files on the disk.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top