In our application we pull records with pre-formatteed RTF text from a database and use Aspose.Words to append these records as single RTF documents at which point we render each document as a PDF. Previously we used Word Automation for this.
I'm noticing that in some of the RTF tables the letters "intbl" appear at the beginning of every row of the table and immediately after the table (you can see this at the bottom of page 4 of the attached RTF document). Our app
When we use Word automation to append this RTF together into one document (by using the clipboard within the application) the letters "intbl" would sometimes appear next to the table in the RTF. However, after Word renders the document as PDF it would make "intbl" go away so it looked fine.
When appending this same RTF using Aspose, "intbl" appears in both the RTF and the PDF output.
Thanks,
Sean