Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 359 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 359 Bytes

phpPDF

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!