While converting RTF to PDF we are loosing table cell shading ( becoming white color). This is happening even if we change color of one table header cell then entire table header colors in PDF getting white color....Open the RTF file in a text editor and verify the formatting codes...and then to PDF: Document doc = new Document("input.rtf"); doc...