Search found 7 matches
- 2013-01-22T02:35:10-07:00
- Forum: Users
- Topic: file naming help.
- Replies: 1
- Views: 3662
file naming help.
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: c:\convert *.pdf *.jpg 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 ...
- 2013-01-17T23:13:02-07:00
- Forum: Users
- Topic: simple PDF to JPG convert help!!
- Replies: 12
- Views: 142753
Re: simple PDF to JPG convert help!!
Ok... I got it, it's working! I had a host of other little security issues going on. Also, I didn't have GS installed. IM's a thing of beauty once all this is configured correctly. These are the steps I followed: (your mileage may vary) Install ImageMagick Install GhostScript ( http://pages.cs.wisc ...
- 2013-01-17T16:23:06-07:00
- Forum: Users
- Topic: simple PDF to JPG convert help!!
- Replies: 12
- Views: 142753
Re: simple PDF to JPG convert help!!
I got "Hello" back.
But I just realized something, I don't have "gswin32c.exe" anywhere. Ghostscript was not in the install, do I need it? How does that work?
But I just realized something, I don't have "gswin32c.exe" anywhere. Ghostscript was not in the install, do I need it? How does that work?
- 2013-01-17T15:05:11-07:00
- Forum: Users
- Topic: simple PDF to JPG convert help!!
- Replies: 12
- Views: 142753
Re: simple PDF to JPG convert help!!
Permissions have been a problem and I didn't know about the temp file thing. I'll test this again on a machine running Windows XP rather than 7. Although I don't think that that 7 is the problem, I have been hampered by permissions issues on the local level for reasons that not even our tech support ...
- 2013-01-17T11:52:41-07:00
- Forum: Users
- Topic: simple PDF to JPG convert help!!
- Replies: 12
- Views: 142753
Re: simple PDF to JPG convert help!!
unfortunately I can't disclose the file because I don't know if the drawing contains sensitive information--it may not but I don't want to take that risk. I've run the same command using other PDF files and all return the same error so, I don't think there's anything unusual about this particular ...
- 2013-01-16T23:57:26-07:00
- Forum: Users
- Topic: simple PDF to JPG convert help!!
- Replies: 12
- Views: 142753
Re: simple PDF to JPG convert help!!
thanks for your response: version: Version: ImageMagick 6.8.1-9 2013-01-04 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: OpenMP Delegates: bzlib freetype jp2 jpeg lcms lzma ps tiff x xml zlib When I type "identify" I get the same erroneous output ...
- 2013-01-16T16:11:00-07:00
- Forum: Users
- Topic: simple PDF to JPG convert help!!
- Replies: 12
- Views: 142753
simple PDF to JPG convert help!!
Hello everyone--first posting here.. Please help, I'm under the gun here... I nedd to convert hundreds of PDFs to JPEG and I'm getting this error message. this is what I type (source: http://www.medicalnerds.com/batch-converting-pdf-to-jpgjpeg-using-free-software/ ) convert -density 300 432.pdf 432 ...