Tag: convert text to pdf

Convert HTML form data to PDF file with PHP

PHP is still a very popular language and it is very easy to retrieve data and display lists, so if you need to print the list to A4 paper, you will have to do it. The following content shows how to use the Mpdf library to print the data to a pdf file, from here you […]

Read more...