I have six html pages in the single html file and ı want to convert to pdf with dompdf like below;
- page size landscape,
- page size landscape,
- page size landscape,
- page size portrait,
- page size portrait,
- page size portrait
how can I do?
I have six html pages in the single html file and ı want to convert to pdf with dompdf
2
Answers
. . . .
this is my php page. I want to convert this php page as pdf as shown below.
Use Composer to install dompdf.
Create a new PHP file, name it convert.php, and include the dompdf library.
Instantiate the Dompdf class.
Set the paper size and orientation for each HTML page.
PDF File saves.
Run the script by executing the following command in the terminal.
Hello.
Update 🙂
Make sure you have the files like sayfa1.html in the directory where the page is located, then when you run php convert.php in the terminal, you can generate a PDF file for each HTML page.
Sorry google translate 🙂