| Author |
Call a Ps file within another PS
|
|
| mehkoo 2006-05-23, 8:04 am |
| hi,
i want to call a single page Postscript (or EPS) file within an other
Postscript file, please tell me if u have such an example. thanx
Regards
Mehkoo
| |
| Rod Dorman 2006-05-23, 7:04 pm |
| In article < 44c57b5e0f69b5660774d7c0468544e8@localho
st.talkaboutprogramming.com>,
mehkoo <ab_qau@yahoo.com> wrote:
>i want to call a single page Postscript (or EPS) file within an other
>Postscript file, please tell me if u have such an example. thanx
Encapsulated PostScript File Format Specification
http://partners.adobe.com/public/de...2.EPSF_Spec.pdf
section 3 Guidelines for Importing EPS Files
--
-- Rod --
rodd(at)polylogics(dot)com
| |
| Peter Davis 2006-05-23, 7:04 pm |
| mehkoo wrote:
> i want to call a single page Postscript (or EPS) file within an other
> Postscript file, please tell me if u have such an example. thanx
In general,
(filename.ps) run
This assumes that the PostScript interpreter has access to the file
system where 'filename.ps' is stored.
-pd
| |
| bray007 2006-06-01, 2:57 pm |
| I found a great tutorial I used last year to accomplish exactly this issue. Load eps into ps. it can be found at www.tgreer.com/ps_vdp.html
Hope this helps! |
|
|
|