A PHP script to create PDFs using FPDF from data given by GET or POST. This allows easy creation of PDF on demand by a webpage without resorting to a server side template, thus bringing much more customization posibilities to the webpage's user.
It uses TCPDF http://www.tcpdf.org/ for actually creating the PDF file.
Request syntax to come!