Convert RTF to PDF (C#)

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top