On my hard drive in the c:\texmf directory, I found a sample eps file called demofig.eps which is a tiny cat sketch.
The file header is this :
%!PS-Adobe-2.0 EPSF-2.0
%%BoundingBox: 44 525 80 559
%%Creator: COREL DRAW
%%Title: CAT.TMP
%%CreationDate: Sat Jan 18 17:29:05 1992
So, the bounding box specifies that the image is to be placed on the page in the box described by the two corners 44x525 and 80x559
I need to change my implementation so that it alters the origin of the bounding box so that it goes where we want the image, as otherwise it will appear on the page at the same place each time as described in the eps file.
BTW, you could use an eps file to put your signature on the prescription.
Graham Chiu
Beta Downloads and Documentation Wiki
Developer Forum