Replies: 3 comments 2 replies
-
There is no "same resolution". PDF files can contain vector and raster elements. Vector elements have no inherent resolution; they can be viewed at any scale with no pixelation. IM is a raster image processor. When reading a PDF, it rasterizes each page, ie converts it to pixels. The resolution depends on the "-density" setting before reading the file. The default is "-density 72". Use 100, or 144, or 300, or whatever you want. |
Beta Was this translation helpful? Give feedback.
-
|
For example: What do you actually want to do? You seem to be reading PDF and writing PDF. Why? What processing are you doing? Personally, I think PDF files are poor containers for raster images. They just add a layer of complexity for little or no benefit. |
Beta Was this translation helpful? Give feedback.
-
|
Why? For example my library makes some books available as chapter PDFs, but I prefer to have a single PDF, and you can find advice on the web that recommends combining PDFs using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using imagemagick and installed ghostscript on windows to use with pdf files. For some reason when using pdf files, the pdf output resolution is very low and unreadable compared to the source pdf file. The output pdf file size is also half the size of the original so it's doing something with the resolution. How do I keep the resolution/dpi the same as the original file?
Beta Was this translation helpful? Give feedback.
All reactions