baruchel / txt2pdf

Text to PDF converter with Unicode support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

displays black boxes for form-feed character

clach04 opened this issue · comments

displays black boxes for form-feed character aka CTRL-L, US-ASCII 0x0c(12 in decimal) when break-on-blanks is used.

See issue #15

Approach from #27 could be adopted for form feeds

Turns out this was user error on my part! The file happened to have a TAB character preceding the Form-Feed which made it appear that the black box was the FF.