It depends on the size of your PDFs: the number of pages, and the pixels per page.
this is clear, but other tools working faster with the same pdf. maybe they are working different? can i change this when using IM?
Search found 32 matches
- 2018-04-08T07:27:30-07:00
- Forum: Users
- Topic: Convert from PDF to Image very slow
- Replies: 3
- Views: 4406
- 2018-04-08T04:38:28-07:00
- Forum: Users
- Topic: Convert from PDF to Image very slow
- Replies: 3
- Views: 4406
Convert from PDF to Image very slow
Hi, i use this command to convert pdf files to image files convert -density 600x600 -units pixelsperinch input -background white -alpha background -alpha off -scene 1 -resize 50% -compress jpeg +adjoin output but thats extremely slow compared to the windows tool PDFXChange Viewer that i used so far ...
- 2018-03-05T22:48:49-07:00
- Forum: Users
- Topic: Leading Zero and Resolution in Output file name
- Replies: 6
- Views: 5883
Re: Leading Zero and Resolution in Output file name
What is the different? you use %w and %h instead of %W. but i cant see any other different.
- 2018-03-04T09:34:36-07:00
- Forum: Users
- Topic: Install ImageMagick 7.x on Ubuntu 16.04
- Replies: 3
- Views: 4331
Re: Install ImageMagick 7.x on Ubuntu 16.04
Yes, Ghostscript is installed. Version 9.18.
- 2018-03-04T02:52:28-07:00
- Forum: Users
- Topic: Install ImageMagick 7.x on Ubuntu 16.04
- Replies: 3
- Views: 4331
Install ImageMagick 7.x on Ubuntu 16.04
Hi, because of a Bug in IM 6.x (https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33455) i tried to install IM 7.x on my Ubuntu 16.04. That worked good, but i can't decode my PDF because of missing Delegates (PNG). I searched on the Web and found some Pages. I have to compile IM with ...
- 2018-03-04T01:24:18-07:00
- Forum: Users
- Topic: Leading Zero and Resolution in Output file name
- Replies: 6
- Views: 5883
Re: Leading Zero and Resolution in Output file name
OK, this will fix the problem with the wrong output names. But there is still the problem with the missing leading zeros when original pdf has more then 10 or 100 pages. is there a solution? the same with the wrong resolution in the output name? or can i calculate this directly in the command ...
- 2018-03-03T15:28:37-07:00
- Forum: Users
- Topic: Leading Zero and Resolution in Output file name
- Replies: 6
- Views: 5883
Leading Zero and Resolution in Output file name
Hi, i use this script to convert pdf files into several images files: convert -density 300x300 -units pixelsperinch input.pdf -background white -alpha background -alpha off -resize 25% -compress jpeg +adjoin -set filename:mysize '%s_%G' "output_%[filename:mysize].tif" IM writes the width and the ...
- 2018-02-02T12:05:04-07:00
- Forum: Users
- Topic: Convert multi image PDF in single files with image size in title
- Replies: 8
- Views: 5390
Re: Convert multi image PDF in single files with image size in title
but how can i create a new one? i dont understand whats written in "command line option".
- 2018-02-02T08:56:02-07:00
- Forum: Users
- Topic: Convert multi image PDF in single files with image size in title
- Replies: 8
- Views: 5390
Re: Convert multi image PDF in single files with image size in title
i use version 6.8.9.9 on ubuntu 16.04.
what do you mean? i read the command line options but didn't understand ow i can do this with -define.I think it would need a new -define to be created to tell IM that scene numbers should have leading zeros or a new string format.
- 2018-02-01T11:26:04-07:00
- Forum: Users
- Topic: Convert multi image PDF in single files with image size in title
- Replies: 8
- Views: 5390
Re: Convert multi image PDF in single files with image size in title
yes, its right. but normally when i use normal output convert creates numbers after the filename, like output1.tif output2.tif. this doesn't work when i use the output with image size in the file name. when i try this convert -density 300x300 -units pixelsperinch input.pdf -background white -alpha ...
- 2018-02-01T06:47:37-07:00
- Forum: Users
- Topic: Convert multi image PDF in single files with image size in title
- Replies: 8
- Views: 5390
Convert multi image PDF in single files with image size in title
Hi, i use this command line to convert multi image pdfs into single files: convert -density 300x300 -units pixelsperinch input -background white -alpha background -alpha off -antialias -compress zip +adjoin output.tiff then i tried to add some information into the output filename as i could read ...
- 2017-01-15T08:56:59-07:00
- Forum: Users
- Topic: Problem with antialias when converting PDF to Images
- Replies: 8
- Views: 6439
Re: Problem with antialias when converting PDF to Images
The same bad results.
- 2017-01-15T06:24:24-07:00
- Forum: Users
- Topic: Problem with antialias when converting PDF to Images
- Replies: 8
- Views: 6439
Re: Problem with antialias when converting PDF to Images
i've tested this with this free eBook: http://freebooks.pupilgarage.com/FreeBo ... bookid=201
My IM-Version is
and Ghostscript is
My IM-Version is
Code: Select all
8:6.8.9.9-7ubunt
Code: Select all
9.18~dfsg~0-0ubu
- 2017-01-15T05:54:28-07:00
- Forum: Users
- Topic: Problem with antialias when converting PDF to Images
- Replies: 8
- Views: 6439
Re: Problem with antialias when converting PDF to Images
Result is the same with +adjoin convert -density 200x200 -units pixelsperinch input.pdf -background White -layers flatten -compress zip +adjoin output.tiff But alos without '-alpha off' the result isn't very good when i zoom in the output tiff. For that i tried this command line convert -density ...
- 2017-01-15T05:35:40-07:00
- Forum: Users
- Topic: Problem with antialias when converting PDF to Images
- Replies: 8
- Views: 6439
Re: Problem with antialias when converting PDF to Images
This creates one tiff file with all sites of the pdf document in that one tiff.