vote up 4 vote down star
2

Where can I find a good resource for adding print capabilities to my program?

I found this page: http://efg2.com/Lab/Library/Delphi/Printing/index.html but it hasn't been updated in 5 years, and I'd like to know if, with Delphi 2009, StretchDIBits is still preferred to StretchDrawMap, how to best support pagination, preview, etc.

To date, I've cheated by creating html or pdf documents than printing those, but it is a bit onerous to go this far for all print tasks.

flag

5 Answers

vote up 5 vote down check

I suggest Fast Report http://fast-report.com/en/ the best Report tool I have used.

I have used QuickReport, Fortes Report, Report Builder and Rave before Fast Report.

link|flag
I have found Fast Report to be very good too. – Boris Feb 2 at 2:02
vote up 1 vote down

Creating HTML and PDFs actually doesn't sound that bad. Printing directly with the supplied API is.

All the answers till now contain report components. There is a good reason - this is the most flexible and powerful way to print.

link|flag
vote up 0 vote down

Doesn't Delphi already come with some printing components? They should be fine for normal use. In older versions it was QuickReport, nowadays it's something else (Rave Report (edited))

link|flag
Actual Delphi Versions have Rave Reports. – Cesar Romero Jan 15 at 12:43
vote up 0 vote down

ReportBuilder Pro is a very good report generator for adding printing capabilities to your program.

link|flag
vote up 0 vote down

I have used Rave Reports.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.