On Wednesday 22 October 2008 01:08:45 pm Kirby Krueger wrote:
> Somewhat less snippishly, I've been trying to figure out the state of
> PDF generation from Catalyst.  I don't need to do anything super fancy
> - mostly get a report so it can print on paper that's perforated into
> thirds, without worrying about browsers, telling users how to turn off
> browser print header/footer lines, and the like.  I've seen several
> options:
>

Yeah, PDF generation is just unpleasant IMO, Catalyst or not. None of the 
tools available in Perl are high-level enough to make me happy. $WORK has a 
system using Apache FOP for report generation. It works, and the output is 
good, but creating the templates is a grind, and the code to invoke fop is 
ugly (and it's Java)... and that's the best thing I know of ;)

Andrew

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to