I am trying to use the command line to convert a pdf to png using the export function of adobe acrobat 9. Anyone know how to do this?
A program I am writing in Java will need to run this command.
Thanks for the help.
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.
In java, you must use command line function to open adobe acrobat then use the Robot function of Java in the awt package to emulate keystrokes to go to the export function and convert to PNG.