conversion to PDF
Posted: 2013-05-02T18:33:10-07:00
i've run into this before and never found a good answer
i have created a miff file with the following specs as per identify:
geometry of 4400x3400
resolution of 400x400
page geometry of 792x612.
if i use convert () to create a png file, i get a file that matches those specs and prints very crisply.
if i convert to a pdf () i get a pdf file with a very very small image in the lower left corner of the page
from identify -verbose specs of the pdf are
geometry 792x612
resolution 72x72
page geometry 792x612
how should i be using the convert program to create a PDF where the image isn't stuffed into the lower left corner?
i have created a miff file with the following specs as per identify:
geometry of 4400x3400
resolution of 400x400
page geometry of 792x612.
if i use convert (
Code: Select all
convert bar.miff result.png
if i convert to a pdf (
Code: Select all
convert bar.miff result.pdf
from identify -verbose specs of the pdf are
geometry 792x612
resolution 72x72
page geometry 792x612
how should i be using the convert program to create a PDF where the image isn't stuffed into the lower left corner?