• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Automated PDF to Image Conversion

thegisguy

Senior member
I've been working on automating a project at work. The one thing I can't get around so far is converting a PDF to an image format (Jpg, png, I don't much care) without opening Arcobat and manually converting them.

I know there has to be a way to automate it. The thing is it has to be open source OR use Acrobat or distiller.

I can write the batch script I just need a command line solution.

Any ideas?
 
It could also be quickly automated via imagemagick, ghostscript, and php.

Or if you had a mac, applescript (using preview's save as function to safe as jpeg or whatever)
 
Imagemagick and ghostscript will get you want you need. Don't even need PHP as imagemagick has a fairly robust command line toolset.
 
true, i was thinking php because windows doesn't have a good scripting language in it's shell (batch is just horrid to work with)
 
I looked into Imagemagick early on in my quest and ruled them out for some reason I can't think of now. I'll take another look at it, that is exactly the type of thing I was looking for. Thanks so much to everyone.
 
Back
Top