+ 5
Make pdf by php code
how to make a pdf in php
3 Respostas
+ 3
You can use the FPDF library.
http://www.fpdf.org/
+ 2
With handlers files..
0
You can make pdf from images in php using libraries like fpdf which I think is the easiest to use.If you want to convert html pages to pdf ,you can use DOMPDF or Mpdf