iTextSharp trims leading space and causes misalignment of columns
问题 When moving from the versions 4.1.2 => 5.1.3 of iTextSharp I have come across a bug that happens when generating a PDF from text. The problem is that when the first character of a line has a leading spaces then that leading space gets truncated. This is a problem with a right justified columns. Example: (dashes= spaces) Input : ------Header --------------1 --------------2 0123456789 Output : -----Header -------------1 -------------2 0123456789 ~~~Notice improper alignment because this column