For Programmers: Free Programming Magazines  


Home > Archive > PostScript > June 2006 > Call a Ps file within another PS









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

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!
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com