Search code examples
phppdfhtmljscript

Image Upload to PDF on Webpage


im new in Webdevelopment and I wanted to ask you ("THE EXPERTS") if you could guide me or give some hints how to do following Webpage:

I want to upload 3-5 Images, place them automatically horizontally on a PDF and let the user download the PDF. I don't want to store the images so after you reload the page the images should be gone.

Could you help me how to realize such webpage? Or atleast which way I should use? Jscript, html5, php etc...

Best regards Machete


Solution

  • You are looking for a pdf-libary like FPDF. Especially take a look at the Image() function (Documentation).