Re: [Catalyst] Best practices: XML output from static XML

2010-03-07 Thread Bill Moseley
On Sat, Mar 6, 2010 at 2:33 PM, J. Shirley jshir...@gmail.com wrote: This is where I actually really love ::REST. If you make a JSON call, then whatever is in the stash key that ::REST is returned to the client (via -status_ok) -- but if you combine this with chained and setup other data in

Re: [Catalyst] Which C::View::PDF should I use?

2010-03-07 Thread Chris
Hi Charlie, Thanks for that. I've looked at various html 2 pdf tools (I used html2ps for a project about 10 years ago). But lack of even basic CSS support makes the them useless for creating pretty PDFs. In reality, this project doesn't really need PDF output (HTML would work fine), but

Re: [Catalyst] Which C::View::PDF should I use?

2010-03-07 Thread Charlie Garrison
Good morning, On 8/03/10 at 9:06 AM +1100, Chris hutchinson.ch...@gmail.com wrote: I've found that a simple way to put values into a PDF is to use PDF forms - position the form fields in the appropriate location in the template doc, and to generate the output update the form fields and write a

Re: [Catalyst] Which C::View::PDF should I use?

2010-03-07 Thread Octavian Rasnita
of virus signature database 4923 (20100307) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] Which C::View::PDF should I use?

2010-03-07 Thread Charlie Garrison
Good evening, On 8/03/10 at 8:41 AM +0200, Octavian Rasnita orasn...@gmail.com wrote: Do you know if there is a way of creating PDFs in the same way the HTML templates are created, by just putting a variable name in a certain place and render that pdf file by replacing that variable with