How to include POSTSCRIPT files in Frame
In order to include a postscript file in a Frame document, the best
method is to first convert the postscript to encapsulated postscript.
To do this type:
add gnu
ps2epsi file.ps file.epsi
You can then import this file into the document, resizing and moving
it as needed. The reason for the conversion is so that you can see a
bitmap which approximates the postscript image on the screen as
opposed to just seeing the postscript code.
NOTE: the bitmap image is NOT the complete image from the postscript
file. If it appears to be cut off do not worry, just resize the
window and place it where you need it as if the entire image was
there.
|