1<?php
2$conf['output'] = 'file';
3$conf['pagesize'] = 'A4';
4$conf['orientation'] = 'portrait';
5$conf['usecache'] = 1;
6$conf['template'] = 'default';
7$conf['maxbookmarks'] = 5;
8$conf['usestyles'] = '';
9$conf['qrcodesize'] = '120x120';
10$conf['showexportbutton'] = 1;
11