| Catalyst::Helper::View::PDF::API2 - Helper for PDF::API2 Views |
Catalyst::Helper::View::PDF::API2 - Helper for PDF::API2 Views
To create a PDF::API2 view in your Catalyst application, enter the following command:
script/myapp_create.pl view PDF::API2 PDF::API2
Then in MyApp.pm, add a configuration item for the View::PDF::API2 include path:
__PACKAGE__->config('View::PDF::API2' => { INCLUDE_PATH => __PACKAGE__->path_to('root','pdf_templates') });
Helper for PDF::API2 Views.
Jon Allen, jj@jonallen.info
the Catalyst::View::PDF::API2 manpage
Copyright 2009 NonSoLoSoft, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
[% class %] - PDF::API2 View for [% app %]
PDF::API2 View for [% app %].
[% author %]
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst::Helper::View::PDF::API2 - Helper for PDF::API2 Views |