How can I make a PDF file in PHP. What I want to do is a list of students. Therefore, I want to query the database, get the information and provide it to the user as a PDF when he clicks on creating a list of students.
You have two good options: the first standard php library for managing pdf files: http://us2.php.net/pdf
Or you can use http://www.fpdf.org/ . I would recommend the second one.
Other options: www.pdflib.com
PEAR has a PEAR :: File_PDF package.
, PHP. - PDFLib (www.pdflib.com). , , . .
,
ezPDF. , , .
FPDF . , Unicode (, char ), , (UFPDF, TCPDF...).
Source: https://habr.com/ru/post/1703196/More articles:Cross-platform 2D Vector + Raster API + hardware acceleration - does it exist? - user-interfaceIE onPaste event using javascript not HTML - javascriptHow to set leading zeros in AssemblyVersion, for example, "2.03.406.2" in .net - c #No connection can be made because the target machine is actively rejecting it - c #Monitoring bandwidth on your server - linuxHow to route sleeping logger statements to different log files for differnet applications using jboss-log4j.xml - loggingHow can I control the color of the text used in the zoom window? - cocoa-touchHow to combine lines in a large, unsorted file without running out of memory in Perl? - fileWhat are software projects for humanitarian, eco / green and sustainable development? - greensoftwareSharePoint Site Layouts - sharepointAll Articles