xref: /plugin/dw2pdf/conf/default.php (revision 9c76f78dd7c341811a5c79230258ffb80d528b6b)
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['qrcodesize']       = '120x120';
15$conf['showexportbutton'] = 1;
16