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