tags 681843 + moreinfo
quit

Hi Ryo,

Ryo Furue wrote:

> /usr/bin/ps2epsi inserts '\r' in place of '\n' between 
> the "%%BoundingBox" and "%%HiResBoundingBox" lines
> and between "%%HiResBoundingBox" and "%%EndComments" lines.
>
> Because of this, gv (a PostScript viewer) cannot determine
> the bounding box of the output from ps2epsi .
>
> To reproduce, use the attached PS file and
>
>   /usr/bin/ps2epsi sample.ps

I get:

        $ ps2epsi sample.ps; echo $?
        blank page!!
        0
        $ cat sample.epsi 
        save countdictstack mark newpath /showpage {} def /setpagedevice /pop 
load def
        %%EndProlog
        %%Page 1 1
        save countdictstack mark newpath /showpage {} def /setpagedevice /pop 
load def
        %%Page 1 1
        cleartomark countdictstack exch sub { end } repeat restore
        %%Trailer
        cleartomark countdictstack exch sub { end } repeat restore
        %%EOF

Any idea what I'm doing wrong?

Thanks,
Jonathan


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120717171100.GI3071@burratino

Reply via email to