Search found 3 matches
- 2017-11-15T13:18:55-07:00
- Forum: Users
- Topic: PDF to TIFF Multipage, aliasing issue.
- Replies: 9
- Views: 5666
Re: PDF to TIFF Multipage, aliasing issue.
I don't know which document at https://beta.companieshouse.gov.uk/company/02282724/filing-history you downloaded. I downloaded the "04 May 2017" (5 pages).
This is a scanned document. Every page contains a single raster image. If we want raster images, the obvious tool isn't ImageMagick, but ...
- 2017-11-14T13:57:42-07:00
- Forum: Users
- Topic: PDF to TIFF Multipage, aliasing issue.
- Replies: 9
- Views: 5666
Re: PDF to TIFF Multipage, aliasing issue.
But if I extract one of the pages, ...
How did you exctract it? That may have changed some metadata.
Good thought. That appears to have been the issue.
The PDFs were sourced from Companie's House . I'm using a Mac and the built in Preview tools for extracting individual pages. If I re-save ...
- 2017-11-13T12:46:20-07:00
- Forum: Users
- Topic: PDF to TIFF Multipage, aliasing issue.
- Replies: 9
- Views: 5666
PDF to TIFF Multipage, aliasing issue.
Hi,
When running the following code on a multi-page pdf, the tiffs generated appears to be quite aliased
convert -density 300 ../full.pdf -depth 8 -strip -background white output%d.tiff
https://i.snag.gy/EGlyIW.jpg
But if I extract one of the pages, and convert this single PDF to a tiff, the ...
When running the following code on a multi-page pdf, the tiffs generated appears to be quite aliased
convert -density 300 ../full.pdf -depth 8 -strip -background white output%d.tiff
https://i.snag.gy/EGlyIW.jpg
But if I extract one of the pages, and convert this single PDF to a tiff, the ...