file naming help.
Posted: 2013-01-22T02:35:10-07:00
I'm doing a simple conversion from PDF to JPG but I've run into a file naming problem and I'd like some input.
This is what I'm running:
I'd like each conversion to retain its file name but instead I get converted files with a "-01" suffix or something similar. IM seems to take the longest file name and simply repeats it in its converted form.
Has anyone seen this?
Thanks.
ac
This is what I'm running:
Code: Select all
c:\convert *.pdf *.jpg
Has anyone seen this?
Thanks.
ac