I’m using the next command in perl:
$mycomm="convert -density 288 doc.pdf -resize 25% doc.png";
system ($mycomm);
The problem comes when i see the output , i see this problem:

P.D: I have test -size , -resize , and -geometry params without good output
Any idea? , Thanks for reading 🙂
It was a bad formated pdf error.