i want to convert my pdf files with ImageMagic python module PythonMagick but i havent found any solution on net.
import PythonMagick
im = PythonMagick.Image('files.pdf')
im.write("file_img%d.png")
i am using below code and it returns only first page of my pdf file.
any help would be greatly appreciated