First of all I would like to thank you all for helping me with my previous questions, however I am trying to do something that I saw done in gmail and I found it interesting: when you send a PDF document it creates a thumbnail of the document and shows it to the user download I would like to know if there is a way for me to do this using the PHP language:
- The administrator sends the scanned pdf document;
-The site converts to png
-e shows for a preview for the user;
-When the user clicks on the document, they usually open a .pdf document in their browser
Unfortunately, I do not have the slightest idea when converting to png or jpg.