
Here I will Guide how to Print Web To PDF using FREE Resources.
There are 2 things needed to be installed.
1.
nodejs , seek for "Installation Steps" and follow everything.
2. puppeteer, first you need to open "Command Prompt" then type
mkdir puppeteer
cd puppeteer
npm install puppeteer
3. Restart ur PC.
4. copy paste the following code and paste it in a notepad then...