Search found 2 matches

by tonyrocks
2011-03-09T08:43:50-07:00
Forum: Users
Topic: Complex Image Output Sequence Filename
Replies: 2
Views: 6037

Complex Image Output Sequence Filename

HI,

I'm converting Multiple page PDFs to individual GIF files. I'm using this syntax:

convert $destfile.pdf $destfile%02d.gif

which yields:
filename00.gif
filename01.gif
....
filename010.gif.

The problem is that I'm trying to make it out put like this:

filename001.gif
filename002.gif ...
by tonyrocks
2011-03-04T15:38:45-07:00
Forum: Users
Topic: convert: Postscript delegate failed
Replies: 3
Views: 15846

convert: Postscript delegate failed

First off, I've ditched PDFtoHTML for this and very happy with the quality of the conversion!

In a nutshell I am converting PDFs to PNGs.

I downloaded the latest build for MAC OSX and it works perfectly. I then decided to try it out (v. 6.6.7-10) on my Linux (Centos 64bit) but got some fails ...