Printing reports splits lines over pages so they are unreadable.
Can you provide an example printing to PDF and attaching it here?
I've also seen this and will attach some sample files.
Created attachment 88004 [details] Report printed using KMyMoneySample file Data is clipped on pages 3 and 6. Maybe this is a khtml issue because we do use 'page-break-inside: avoid' in the css for printing '@media print'.
I found this issue also with 5.x releases. > Data is clipped on pages 3 and 6. Maybe this is a khtml issue because we do use > 'page-break-inside: avoid' in the css for printing '@media print'. Exporting to pdf on Windows also breaks pages inside lines. A workaround is to export the report to a html file and print it with a browser. I tested firefox, which adds page breaks not inside lines.
(In reply to Ralf Habacker from comment #4) > A workaround is to export the report to a html file and print it with a > browser. I tested firefox, which adds page breaks not inside lines. I also checked Konqueror, which does not show this mentioned behavior. Unfortunally using konqueror the page header, which is shown when printing reports from kmymoney, get lost. The tested konqueror version id 5.07, which uses QtWebkit from Qt 5.9.7 for rendering and seems a known issue (for example https://stackoverflow.com/questions/32026422/print-the-contents-of-qwebframe-with-header-and-footer)
Further research shows that a line that is only partially displayed at the bottom of one page is completely repeated on the next page. So no information is lost, it's just an ugliness.
(In reply to Ralf Habacker from comment #5) > Unfortunally using konqueror the page header, which is shown when printing > reports from kmymoney, get lost. The tested konqueror version id 5.07, which > uses QtWebkit from Qt 5.9.7 for rendering and seems a known issue filed a related bug 413352
Might this have been addressed with the recent css related work?
Just checked "Transactions by month" report and pages are split without artifacts, so I'd say it's fixed.