http://qs321.pair.com?node_id=661708


in reply to Re: PDF::Template page_width/page_height
in thread PDF::Template page_width/page_height

Hmm... Before I commit to that I'll need to take a hard look at the code. I do intend to fix this bug though.
  • Comment on Re^2: PDF::Template page_width/page_height

Replies are listed 'Best First'.
Re^3: PDF::Template page_width/page_height
by mhearse (Chaplain) on Jan 11, 2008 at 19:15 UTC
    IMHO it looks like the custom page_width, page_height elements weren't getting passed to the render method in the PageDef module. My solution was to create a method in Template.pm which returned the custome width/height. Probably not the best solution, but it works for me.