Tag: mpdf php

Convert PDF to text file using PHP

If you need to read data from PDF converted to text file using PHP, the following example will solve that problem. It is very simple and concise, easy to do. This example uses pdfparser library to read text, image files in pdf files. (https://www.pdfparser.org). 1. Install pdfparser library In your source folder, create a composer.json file […]

Read more...

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...