Home > Archive > PostScript > June 2006 > DSC for proper scrolling in GSView?
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 |
DSC for proper scrolling in GSView?
|
|
| sevillad@gmail.com 2006-06-17, 8:20 am |
| Hi,
I'm trying to take several 1-page EPS files and put them together as a
single PS. I already found out, by searching here, about DSC comments
in order to be able to scroll up or down when using GSView (I want it
this way for someone else, and also because I'm curious now!). This is
the file so far (I've removed the actual content of each page, which is
very standard):
%!PS-Adobe-2.0
%%Pages: 2
%%PageOrder: Ascend
%%BeginSetup
%%EndSetup
%%Page: 1 1
10.5 setlinewidth ...
showpage
%%Page: 2 2
10.5 setlinewidth ...
showpage
%%EOF
But this is not enough, and I can't find out more. What am I missing?
Thanks a lot in advance,
David
| |
| Rod Dorman 2006-06-17, 8:21 am |
| In article <1149884323.995845.12310@g10g2000cwb.googlegroups.com>,
<sevillad@gmail.com> wrote:
>I'm trying to take several 1-page EPS files and put them together as a
>single PS. I already found out, by searching here, about DSC comments
>in order to be able to scroll up or down when using GSView (I want it
>this way for someone else, and also because I'm curious now!). This is
>the file so far (I've removed the actual content of each page, which is
>very standard):
>
>%!PS-Adobe-2.0
>%%Pages: 2
>%%PageOrder: Ascend
>%%BeginSetup
>%%EndSetup
>
>%%Page: 1 1
>10.5 setlinewidth ...
>showpage
>
>%%Page: 2 2
>10.5 setlinewidth ...
>showpage
>
>%%EOF
>
>But this is not enough,
What do you mean by "not enough"? Whats not working?
>and I can't find out more.
Have you read the DSC specification?
PostScript Language Document Structuring Conventions Specification
http://partners.adobe.com/public/de...01.DSC_Spec.pdf
>What am I missing?
Well for one thing it would be good to have a %%BoundingBox: comment.
--
-- Rod --
rodd(at)polylogics(dot)com
| |
| sevillad@gmail.com 2006-06-17, 8:21 am |
| Hi,
Thanks a lot for the info, I found the problem in that document: i had
"2.0" instead of "3.0" for the version. Changing this allows me to
scroll up and down with GSView.
Thanks,
David
Rod Dorman wrote:
> In article <1149884323.995845.12310@g10g2000cwb.googlegroups.com>,
> <sevillad@gmail.com> wrote:
>
> What do you mean by "not enough"? Whats not working?
>
>
> Have you read the DSC specification?
> PostScript Language Document Structuring Conventions Specification
> http://partners.adobe.com/public/de...01.DSC_Spec.pdf
>
>
> Well for one thing it would be good to have a %%BoundingBox: comment.
>
> --
> -- Rod --
> rodd(at)polylogics(dot)com
| |
| sevillad@gmail.com 2006-06-17, 8:21 am |
| Hi,
Thanks a lot for the info, I found the problem in that document: I had
"2.0" instead of "3.0" for the version. Changing this allows me to
scroll up and down with GSView.
Thanks,
David
Rod Dorman wrote:
> In article <1149884323.995845.12310@g10g2000cwb.googlegroups.com>,
> <sevillad@gmail.com> wrote:
>
> What do you mean by "not enough"? Whats not working?
>
>
> Have you read the DSC specification?
> PostScript Language Document Structuring Conventions Specification
> http://partners.adobe.com/public/de...01.DSC_Spec.pdf
>
>
> Well for one thing it would be good to have a %%BoundingBox: comment.
>
> --
> -- Rod --
> rodd(at)polylogics(dot)com
|
|
|
|
|