Make pdf by php code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Make pdf by php code

how to make a pdf in php

20th Aug 2020, 9:52 PM
iBahman🇮🇷
iBahman🇮🇷 - avatar
3 Answers
+ 3
You can use the FPDF library. http://www.fpdf.org/
21st Aug 2020, 12:45 AM
ChaoticDawg
ChaoticDawg - avatar
+ 2
With handlers files..
21st Aug 2020, 12:05 AM
Valen Boada
Valen Boada - avatar
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
6th Sep 2020, 6:14 PM
Manfreo
Manfreo - avatar