xref: /plugin/dw2pdf/conf/default.php (revision 213fdb755af27347b94e094914e120c41a19beca)
1<?php
2$conf['pagesize']         = 'A4';
3$conf['orientation']      = 'portrait';
4$conf['doublesided']      = 1;
5$conf['toc']              = 0;
6$conf['toclevels']        = '';
7$conf['maxbookmarks']     = 5;
8$conf['template']         = 'default';
9$conf['output']           = 'file';
10$conf['usecache']         = 1;
11$conf['usestyles']        = '';
12$conf['qrcodesize']       = '120x120';
13$conf['showexportbutton'] = 1;
14