The following works just fine when IDForm1 is called
further in the program. (thanks Mr. Greer for that
great article on your site).
------------------------------------------------------
/ImageData
currentfile
<< /Filter /SubFileDecode
/DecodeParms << /EODCount 0 /EODString (*EOD*) >>
>> /ReusableStreamDecode filter
[[[[ eps1 here ]]]]
*EOD*
def
/IDForm1
<< /FormType 1
/BBox [0 0 1224 792]
/Matrix [ 1 0 0 1 0 0]
/PaintProc
{ pop
/ostate save def
/showpage {} def
/setpagedevice /pop load def
ImageData 0 setfileposition ImageData cvx exec
ostate restore
} bind
>> def
------------------------------------------------------
But what if I want to include 2 EPS files? How and
where would I define the block for IDForm2?
I tried just copying the block above and renaming
to IDForm2, but my pdf creator bombs when it hits the
second call IDForm2 call..
Any pointer would be great... any code would be even better.
I checked a good bit of post history here and saw this
issue discussed, but I'm having a devil of a time getting any code to actually run...
Thanks,
Chris M.
further in the program. (thanks Mr. Greer for that
great article on your site).
------------------------------------------------------
/ImageData
currentfile
<< /Filter /SubFileDecode
/DecodeParms << /EODCount 0 /EODString (*EOD*) >>
>> /ReusableStreamDecode filter
[[[[ eps1 here ]]]]
*EOD*
def
/IDForm1
<< /FormType 1
/BBox [0 0 1224 792]
/Matrix [ 1 0 0 1 0 0]
/PaintProc
{ pop
/ostate save def
/showpage {} def
/setpagedevice /pop load def
ImageData 0 setfileposition ImageData cvx exec
ostate restore
} bind
>> def
------------------------------------------------------
But what if I want to include 2 EPS files? How and
where would I define the block for IDForm2?
I tried just copying the block above and renaming
to IDForm2, but my pdf creator bombs when it hits the
second call IDForm2 call..
Any pointer would be great... any code would be even better.
I checked a good bit of post history here and saw this
issue discussed, but I'm having a devil of a time getting any code to actually run...
Thanks,
Chris M.