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