1<?php 2 3$conf['output'] = 'browser'; 4$conf['usecache'] = true; 5$conf['template'] = 'default.xsl'; 6$conf['command'] = 'fop -xml "{xml}" -xsl "{xsl}" -pdf "{pdf}"'; 7