I am working on a project and need two things done
- Convert a webpage as a PDF file.
- Save the PDF file in my server.
Basically, the webpage will contain some photos the user will upload and I want to stich all those photos together into a single PDF file and save the PDF file in my web server.
What is the easiest way to do this? JS or PHP anyone?