Convert large PDF to smaller with higher DPI?
Posted: 2016-09-26T14:53:58-07:00
Hi,
Does anyone know how I can convert a larger PDF at 96 DPI (34x44 inches) at 3,264 x 4,224 to an 384 DPI 8.5 x 11?
I tried the following without success, the PDF's generated are always 72x72 when using the identify --verbose
convert -density 96 statement.pdf -density 384 statement-converted.pdf
convert statement.pdf -resample 384 statement-converted.pdf
Resample takes literally forever even on an i7 so looking for a snappy solution also.
[root@localhost external]# identify -verbose statement-converted.pdf
Image: statement-converted.pdf
Format: PDF (Portable Document Format)
Class: DirectClass
Geometry: 2448x3168+0+0
Resolution: 72x72
Print size: 34x44
Thanks,
Kevin
Does anyone know how I can convert a larger PDF at 96 DPI (34x44 inches) at 3,264 x 4,224 to an 384 DPI 8.5 x 11?
I tried the following without success, the PDF's generated are always 72x72 when using the identify --verbose
convert -density 96 statement.pdf -density 384 statement-converted.pdf
convert statement.pdf -resample 384 statement-converted.pdf
Resample takes literally forever even on an i7 so looking for a snappy solution also.
[root@localhost external]# identify -verbose statement-converted.pdf
Image: statement-converted.pdf
Format: PDF (Portable Document Format)
Class: DirectClass
Geometry: 2448x3168+0+0
Resolution: 72x72
Print size: 34x44
Thanks,
Kevin