Search found 4 matches

by martinyyyy
2011-02-02T13:06:50-07:00
Forum: Bugs
Topic: Converting PDF only converts first page
Replies: 4
Views: 14133

Re: Converting PDF only converts first page

I'm using a little trick now.

Converting the whole file at once doesnt work, but convert -density 300 "test.pdf"[0] "test1.jpg" works and convert -density 300 "test.pdf"[99999] "test1.jpg" tells me how many pages the PDF file has. It's a bit of a workaround but works fine.
by martinyyyy
2011-02-02T09:44:16-07:00
Forum: Bugs
Topic: Converting PDF only converts first page
Replies: 4
Views: 14133

Converting PDF only converts first page

Hi there,

I'm trying to convert a PDF file with 4 pages but it always only converts the first page.
The PDF is created with Adobe Reader Pro.

This is how I try to convert:

convert.exe Sammelmappe2.pdf tescht.jpg

This works with some PDFs fine but with most not.
This is the PDF I'm trying to ...
by martinyyyy
2011-01-16T08:05:17-07:00
Forum: Users
Topic: Imagemagick & ghostscript license confusion
Replies: 3
Views: 10556

Re: Imagemagick & ghostscript license confusion

yeah I understand this. But as I see it Imagemagick is using GhostScript for PDF conversation but isnt GPL. That's confusing me.

If I do it like you and tell the people that for PDF conversation they also need to install GhostScript is then everything okay?
by martinyyyy
2011-01-15T08:25:50-07:00
Forum: Users
Topic: Imagemagick & ghostscript license confusion
Replies: 3
Views: 10556

Imagemagick & ghostscript license confusion

Hi there,

I'm thinking about using Imagemagick in my program to convert a PDF to Jpg's (well I would prefer Png's but this seems to be broken).
However I'm a bit confused now because my program is shipped with a other program which costs money.

I'm using Imagemagick through the command line.
As ...