Now I have a website, and I want to create a button on it to convert this page to PDF. Is there any code to make this happen? I can not find it on the Internet.
So, I want to have a button, and when I click on it, it converts the page to a .PDF file.
I do not want to use a third-party website to create PDF files. I want to use it for internal purposes to create files with PHP. So I need code that can do a PDF for every page.
source share