TurboReport is a Report Generator for RealBasic and
* is 100% free
* is 100% written in RealBasic
* needs no other plugins
* is very easy to use
* has a clear structure
* consists of only one class
* supports reports with multiple pages
* wraps your text, images and pages automatically
* shows the report in page layout style
* allows to print the report
* supports global header and footer for each page
* works with inch and mm as measures
* supports any paper size (you can define by measures)
* works with individual paper margins (left, top, right, bottom)
* creates reports in any resolution (for example 72dpi or 150dpi)
* prints the report in any resolution (Your printer need to support)
* needs no x and y data for filling report with contents (there are extra functions when you need however)
* resizes images automatically
* wraps to long words (without grammer)
* scales your report to needed percent size (for example 50% oder 150%)
* is your solution for reports like lists, Invoices, tables, texts & graphics for one page or more
* working on OS X and Windows (Linux not tested yet)
Unfinish parts
* Performance optimization (reduze calculations ect.)
* Memory optimization (by changing display concept (store not the whole report in one picture))
* PDF Output as file (need a Little change in PDF->output)