xref: /plugin/dw2pdf/conf/default.php (revision 8b356ff3afc32c8ba3c071c0f85802950f9d92f7)
1<?php
2$conf['pagesize']         = 'A4';
3$conf['orientation']      = 'portrait';
4$conf['font-size']        = 11;
5$conf['doublesided']      = 1;
6$conf['toc']              = 0;
7$conf['toclevels']        = '';
8$conf['headernumber']     = 0;
9$conf['maxbookmarks']     = 5;
10$conf['template']         = 'default';
11$conf['output']           = 'file';
12$conf['usecache']         = 1;
13$conf['usestyles']        = 'wrap,';
14$conf['qrcodescale']       = '1';
15$conf['showexportbutton'] = 1;
16