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? Link to comment https://forums.phpfreaks.com/topic/275184-passing-values-to-pdf/ 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. Link to comment https://forums.phpfreaks.com/topic/275184-passing-values-to-pdf/#findComment-1416273 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 Link to comment https://forums.phpfreaks.com/topic/275184-passing-values-to-pdf/#findComment-1416464 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.