Version: 4.3.4 (KDE 4.3.4) (using 4.3.4 (KDE 4.3.4), Debian packages) Compiler: cc OS: Linux (x86_64) release 2.6.32-trunk-amd64 When printing out a text file where the text flows over more than one page, there is a single line missing from the output. Note that it's not actually missing, just invisible. That is to say, if you print to a file (PDF) and then run pdftotext on the file, the invisible text is actually present. I suspect it's being masked by either the footer on the first page, or the header on the second page. So this can be verified, I'll attach: 1) the original text file 2) the PDF printout 3) the result of pdftotext on the PDF file. Regards, Roger
Created attachment 39225 [details] Original text file
Created attachment 39226 [details] PDF printout
Created attachment 39227 [details] Results of pdftotext on PDF printout
Note: may possibly be a duplicate of bug 202229, and (possibly) 176609, though that's looking less likely. Text originally taken from http://www.goodtoknow.co.uk/recipes/272952/Hairy-Bakers---Bakewell-tart
SVN commit 1067616 by pletourn: Fix printing when a line is split between 2 pages BUG:219598 M +13 -8 kateprinter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1067616
SVN commit 1069227 by dhaumann: backport SVN commit 1067616 by pletourn: Fix printing when a line is split between 2 pages CCBUG: 219598 M +13 -8 kateprinter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1069227