I just downloaded the free Spire.PDF for .NET for evaluation. I find it to be a great product and very easy to integrate into my project. I am trying to convert an RTF string which I have already built and save it as a PDF. With Spire.PDF this works effortlessly. However I find that the conversion is missing my tables and footer in the RTF code. Do I need to do something special for those elements?
Also the RTF is a multi-page document and the PDF is not picking up any pages past the first one.
~AGP