Lines 20-26
package Koha::pdfformat::layout3pagesfr;
Link Here
|
20 |
# with Koha; if not, see <http://www.gnu.org/licenses>. |
20 |
# with Koha; if not, see <http://www.gnu.org/licenses>. |
21 |
|
21 |
|
22 |
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub. |
22 |
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub. |
23 |
package pdfformat::layout3pagesfr; |
23 |
|
24 |
use vars qw(@ISA @EXPORT); |
24 |
use vars qw(@ISA @EXPORT); |
25 |
use MIME::Base64; |
25 |
use MIME::Base64; |
26 |
use List::MoreUtils qw/uniq/; |
26 |
use List::MoreUtils qw/uniq/; |
27 |
- |
|
|