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