Search found 8 matches

by fffranz
2016-10-16T07:46:39-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Re: Convert PDF to JPG with minimum side length

Finaly i use this batch convertign PDF in JPG:

mogrify -format jpg -resize "300x300^" -colorspace CMYK -type truecolor -quality 100 -set units PixelsPerInch -density 300 *.pdf

No black Background and good quality
by fffranz
2016-10-16T07:11:43-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Re: Convert PDF to JPG with minimum side length

mogrify -format jpg -resize "4000x4000^" *.pdf
This works now - and its simple enough for me. Thank you for your help!
Greetings from Berlin
Franz
by fffranz
2016-10-16T06:53:20-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Re: Convert PDF to JPG with minimum side length

You are right, sorry, i have problems with using this tokens. Is there an simple command, to convert (not to overwrite - like in mogrify) all PDF-files in an folder?
by fffranz
2016-10-16T06:25:13-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Re: Convert PDF to JPG with minimum side length

-background pink -layers flatten doesnt change anything. But no, the JPG is white again, i did nothing ;-)
by fffranz
2016-10-16T06:20:57-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Re: Convert PDF to JPG with minimum side length

Hi Snibgo, Thanks for your note - I try the same time. Best, the background would remain white. Batch processing does not work. I have a For / Do loop to convert several different PDFs. They all have different sizes and I would like to have a minimum of 300 pixeln of all. In the window is always ...
by fffranz
2016-10-16T05:05:44-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Re: Convert PDF to JPG with minimum side length

Sorry, I have the" ^ "overlooked and thought that does not work. But: I tried it - and it works - GREAT - there is only one problem: the background of the JPG is now black instead of white! Before with 1: 1 conversion the background remained white. Now i have an other problem with converting more ...
by fffranz
2016-10-16T04:07:22-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Re: Convert PDF to JPG with minimum side length

Hi, the other side should resize porportionally - not in the same way. Like the PDF is 600 x 700 - the jpg should be 300 x 350 ...
by fffranz
2016-10-16T03:31:59-07:00
Forum: Users
Topic: Convert PDF to JPG with minimum side length
Replies: 12
Views: 3154

Convert PDF to JPG with minimum side length

Hi, thanks for that nice program. Now I have an question: is ist possible to convert an PDF to an certain side length - wherein the other side changes proportionally. Sometimes I have small PDF with VectorImages - now I want to convert them to jpg or gif with the smalest side 300 pix - the other ...