Is there any way to covert a PDF file into a JPG using Javascript?
I have already tried finding a converter, but all I have got till now is a Javascript to embed a PDF file into an HTML page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to convert PDF to image from backend first.
Open source tools include
iText
ImageMagick
Ghostscript
then use Javascript to display image.
Following post may help
View PDF in a web page without Flash