Re: working with PDFs and STDOUT.
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240801c71a18c665c1@[192.168.1.2]> |
I think it depends upon what you want to do with stdout. This works to display the first page convert rose: rose: rose: rose.pdf convert rose.pdf[0] png:- | display - perhaps you don't have the png delegate library installed. To check type convert -list configure look at the line starting with DELEGATES. Does it include png?