Hi,
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: convert file.pdf file.png but it creates a PNG for every page .
I assume that I need to use one of the functions to ...