cleary1981 Posted October 13, 2008 Share Posted October 13, 2008 Hi, I am currently using XSL to generate a pdf document using Apache FOP. I have used php to generate my XML and in order to create the pdf I must issue the following line in command line fop -xml name.xml -xsl name2fo.xsl -pdf name.pdf Is there anyway I can use php to issue this command? Quote Link to comment Share on other sites More sharing options...
waynew Posted October 13, 2008 Share Posted October 13, 2008 Maybe this article will help: http://paul-m-jones.com/?p=279 Quote Link to comment Share on other sites More sharing options...
Zane Posted October 13, 2008 Share Posted October 13, 2008 look at the shell_exec() function Quote Link to comment Share on other sites More sharing options...
cleary1981 Posted October 13, 2008 Author Share Posted October 13, 2008 Yeah I think thats what I waslooking for thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.