error with simple convert from pdf to jpg or png
Posted: 2013-01-07T07:30:31-07:00
Hi and thank you for reading my 1st q.
(from spending 2 days on this & seeing how many other people are having trouble too, i can tell it probably wont be my last! )
anyway here is my problem: in the command prompt just to test everything is working:
converting IMAGE => IMAGE: works just fine:
eg: convert test.jpg test.png
result is fantastic! what an awesome prgm.
but PDF => IMAGE (jpg, png, etc) gives an error:
eg: convert "onepage.pdf" onepage.png
result:
convert.exe: unable to open image `onepage.pdf': No such file or directory @ error/blob.c/OpenBlob/2641.
convert.exe: no images defined `onepage.png' @ error/convert.c/ConvertImageCommand/3066.
Some background info:
My system is an oldy but a goody: MS XP with service Pack 3
I installed ghostscript (gs906w32) in my D:/XAMPP directory before installing ImageMagick-6.8.1-9-Q16-x86-dll in D:/XAMPP
earlier today and yesterday i tried other combinations because i thought it could be the age of my system but it gave me the same problem. I also tried directly installing both under D:/ but still same problem that it cant find the file.
The reason i installed both in the XAMPP directory is because ultimately my aim is to use PHP to automatically convert pdfs and just to keep everything together.
Can someone pls tell me what to try next? I really hope someone can help me. This is really troublesome and costing so much time.
Thank you and best regards,
arpeggio
(from spending 2 days on this & seeing how many other people are having trouble too, i can tell it probably wont be my last! )
anyway here is my problem: in the command prompt just to test everything is working:
converting IMAGE => IMAGE: works just fine:
eg: convert test.jpg test.png
result is fantastic! what an awesome prgm.
but PDF => IMAGE (jpg, png, etc) gives an error:
eg: convert "onepage.pdf" onepage.png
result:
convert.exe: unable to open image `onepage.pdf': No such file or directory @ error/blob.c/OpenBlob/2641.
convert.exe: no images defined `onepage.png' @ error/convert.c/ConvertImageCommand/3066.
Some background info:
My system is an oldy but a goody: MS XP with service Pack 3
I installed ghostscript (gs906w32) in my D:/XAMPP directory before installing ImageMagick-6.8.1-9-Q16-x86-dll in D:/XAMPP
earlier today and yesterday i tried other combinations because i thought it could be the age of my system but it gave me the same problem. I also tried directly installing both under D:/ but still same problem that it cant find the file.
The reason i installed both in the XAMPP directory is because ultimately my aim is to use PHP to automatically convert pdfs and just to keep everything together.
Can someone pls tell me what to try next? I really hope someone can help me. This is really troublesome and costing so much time.
Thank you and best regards,
arpeggio