Print Option in PHP | Save in Pdf | PHP Beginner Tutorial
This video tutorial cover how you can save the web page in pdf and take print of the web page.
Print option is basically needed where you have to work with invoice, delivery order and many more.
Steps:
Create a database
Make a connection with database
fetch the data in web page
Give print option - save as pdf or print
Javascript function used: window.print() for print preview
Css for removing the print button in print preview. Media attribute of link with value Print is used for applying css on print preview
Source Code:
https://github.com/sushma-singh-yadav...
#printinphp #php #knowledgethrusters