/ Published in: Bash
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.
This command will produce the files 'result-0.jpg' , 'result-1.jpg', etc... for each PDF page.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
convert -density 150 -quality 100 -resize 800x "file.pdf" "result.jpg"
URL: http://jaredprins.squarespace.com/ubducted/?SSScrollPosition=0