Bug 219598

Summary: Text missing from printout when printing >1 page
Product: [Applications] kate Reporter: Roger Leigh <rleigh>
Component: kwriteAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Original text file
PDF printout
Results of pdftotext on PDF printout

Description Roger Leigh 2009-12-21 22:01:14 UTC
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
Comment 1 Roger Leigh 2009-12-21 22:01:53 UTC
Created attachment 39225 [details]
Original text file
Comment 2 Roger Leigh 2009-12-21 22:02:51 UTC
Created attachment 39226 [details]
PDF printout
Comment 3 Roger Leigh 2009-12-21 22:03:31 UTC
Created attachment 39227 [details]
Results of pdftotext on PDF printout
Comment 4 Roger Leigh 2009-12-21 22:05:39 UTC
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
Comment 5 Pascal Létourneau 2009-12-30 02:20:19 UTC
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
Comment 6 Dominik Haumann 2010-01-03 01:32:32 UTC
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