TDBPlanner - Printing-errors on several printers

I'm using the TDBPlanner component to show a list of employees. Everything works fine, but the printing-option causes "not enough memory" errors on several printers. This problem occurs also when I use a PDF-Printer and print the pdf-File with Acrobat Reader.

The created PDF is only 142 KB, but the printer recives several MB of Data.

Sample PDF: http://uploaded.net/file/pdbjbibs

I get this Error on several Printers but not all. My working Printer receives only 502 KB of Data (Black and White).

We have not experienced an issue here yet with out of memory.What you could do as workaround is create a memory bitmap and use Planner.PrintTo() to send this to the memory bitmap and then send this bitmap to the printer.