Re: [Catalyst] Empty pdf file/ using Catalyst::View::PDF::Reuse

2010-03-10 Thread Lupin Deterd
On Wed, Mar 10, 2010 at 1:36 PM, Charlie Garrison garri...@zeta.org.au wrote: Good afternoon, On 6/03/10 at 4:51 PM +0800, Lupin Deterd lupindet...@gmail.com wrote: I'm using View::PDF::Reuse to create/generate pdf, and though it successfully create one but it's empty, following is code

[Catalyst] Empty pdf file/ using Catalyst::View::PDF::Reuse

2010-03-06 Thread Lupin Deterd
Hi, I'm using View::PDF::Reuse to create/generate pdf, and though it successfully create one but it's empty, following is code/template. -- code -- { $c-stash-{list} = ['one', 'two', 'three', 'four']; $c-stash-{pdf_disposition} = 'attachment'; $c-stash-{pdf_filename}=