I'm a developer on an open source ERP project, it's web based and as you'd expect we have a requirement to print various reports. We currently use ezPDF but it means having to set a ridiculously high memory limit / execution time, and that is still limiting us to how many reports we can print.
We liked the look of rlib however complications compiling it are making this an increasinly unjustified option, the same could be said for Papyrus. Our ERP application uses PHP and PostgreSQL running on a Ubuntu server (running 10.04 LTS).
Can anyone recommend a report writer that will run on the platform I've described, that takes an XML report definition and connects to a PGSQL database.