/ Published in: Bash
URL: http://jaredprins.squarespace.com/ubducted/?SSScrollPosition=0
If you don't have Adobe Acrobat Pro to export a PDF to multiple images, you can use this ImageMagick code.
This command will produce the files 'result-0.jpg' , 'result-1.jpg', etc... for each PDF page.
Expand |
Embed | Plain Text
convert -density 150 -quality 100 -resize 800x "file.pdf" "result.jpg"
You need to login to post a comment.
