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