Re: DOCBOOK-APPS: Images and pdf again

From
Sebastian Rahtz <>
Date
2000-11-14T21:57:45+00:00
ID
Thread
Re: DOCBOOK-APPS: Images and pdf again
Ian Castle writes:
 > Am I missing something? I use ImageMagick to convert with
 > 
 > 	convert file.eps file.epdf
 > 	mv file.epdf file.pdf
 > 
 > Does this loose information? Everything seems OK as far as I can
 > tell....

I would expect that this does not follow the BoundingBox in
file.eps. Do you have a page-sized PDF file?

FWIW, epstopdf does more or less nothing but set the page size to the
bounding box and then call GS 

Sebastian