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