xref: /plugin/dw2pdf/conf/default.php (revision 03a95088d62b5ec153f5a0356db25bb15035d1d7)
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['maxbookmarks']     = 5;
9$conf['template']         = 'default';
10$conf['output']           = 'file';
11$conf['usecache']         = 1;
12$conf['usestyles']        = 'wrap,';
13$conf['qrcodesize']       = '120x120';
14$conf['showexportbutton'] = 1;
15