Save the HTML or PHP webpage as PDF – JAVASCRIPT
Hi all, Save the HTML or PHP web page as .PDF format using Javascript. It’s simple and useful, window.print() method is used for saving or printing the page as pdf. The print() method prints the contents of the current window or opens the Print Dialog Box. We have to connect the printer through the computer… Read More »