Search code examples
delphiprintingreportdelphi-xe6thermal-printer

Print a report directly on a thermal printer


I have to print a report directly on a thermal printer POS58 and I am using FortesReport 4.0 and Delphi XE6. How to print all the content on a single page, whose height increases according to the content (without generating more than one page)? TRLReport has a property for this?


Solution

  • Just use a typical paper size(letter) and set it margins(top and bottom) to 0. Print that directly to the thermal paper, no special calls needed.