What is happening is when there is some blank spaces in an rtf file, when it is saved as pdf, the spaces are missing.
I'm posting the code and files I'm using.
Code:
- Code: Select all
Document d = new Document("teste2.rtf");
d.SaveToFile("teste2.pdf", FileFormat.PDF);
Kind regards,
Luiz Gustavo Alves