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