Is there a plugin / extension that exists for PHP to convert PDF docs to a JPG format on a windows server 2000 machine?
Share
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.
ImageMagick is probably the best choice. See e.g. this question: How to get PDF first page and convert it to JPG
Note that ImageMagick needs Ghostscript installed in order to process PDFs.