converting scalable pdf files
Posted: Fri May 27, 2005 9:23 am
Many webservers serve maps as scalable pdf files (e.g. www.ratp.fr).
It is convenient to convert those to PNG.
By default, nconvert uses an intermediate scale, resulting is details loss.
Does anyone know how to convert PDF into PNG so as to retain
the maximum level of details (100% scaling) ?
I tried to force -dpi using the value i get from 'nconvert -info'
and also -resize, but resize is applied to the target image afterwards.
So the following did not achieve PDF scale selection.
# nconvert -info paris_metro.pdf
Xdpi : 72
Ydpi : 72
# nconvert -out png -dpi 72 paris_metro.pdf
# nconvert -out png -resize 200% 200% paris_metro.pdf
Best regards,
Phil
It is convenient to convert those to PNG.
By default, nconvert uses an intermediate scale, resulting is details loss.
Does anyone know how to convert PDF into PNG so as to retain
the maximum level of details (100% scaling) ?
I tried to force -dpi using the value i get from 'nconvert -info'
and also -resize, but resize is applied to the target image afterwards.
So the following did not achieve PDF scale selection.
# nconvert -info paris_metro.pdf
Xdpi : 72
Ydpi : 72
# nconvert -out png -dpi 72 paris_metro.pdf
# nconvert -out png -resize 200% 200% paris_metro.pdf
Best regards,
Phil