I'm trying to convert a PDF file. The file is a presentation that each page contains 2 slides.
I want to convert it in way that I'll get PNG for every slide (not page).
I tried:
Code: Select all
convert file.pdf file.png
I assume that I need to use one of the functions to cut each page to half (relatively to the height) but I don't know which one.
Thanks,
Ron.