Jump to content

SpeedCookie

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by SpeedCookie

  1. thank you for your answers but i'm very new to Autoit (and programming in general), i've tried "pdftopng" but i can't really get it to work :/ i really need a quick and dirty way of converting a PDF into multiple image files (pdf, jpg,..), would you be so kind to explain your methods to me thank you SpeedCookie :3
  2. hello everyone! i am looking for a way to input a PDF file and convert it into a JPG file for each page. kinda like: $PDF_input="test.pdf" $pages=200 $x=0 do $output_file="page" & $x & ".jpg" convert_pdf($PDF_input,$output_file) $x=$x+1 until $x > $pages it's pretty important so thank you in advance to anyone taking the time to help me :3 SpeedCookie
×
×
  • Create New...