Skip to content

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.

License

Notifications You must be signed in to change notification settings

luisromangz/phpPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages