Juliette Posted March 3, 2013 Share Posted March 3, 2013 Hello,I need help with passing values, when generating PDF file (I'm using FPDF).I have to pass few values to that file, and I dont know how. I tried send it with post method (from form) and then get it with GET, but without success, some error occurres. I dont even know if that's actually possible with FPDF, because FPDF manual says "You must send nothing to the browser except the PDF itself: no HTML, no space, no carriage return." Some ideas? Quote Link to comment Share on other sites More sharing options...
Jessica Posted March 3, 2013 Share Posted March 3, 2013 Post your code. I've used FPDF extensively, there is no reason you can't use a PHP file processing $_POST or $_GET arrays to generate a dynamic PDF. Quote Link to comment Share on other sites More sharing options...
Juliette Posted March 4, 2013 Author Share Posted March 4, 2013 I solve it, but thx for help 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.