Hi,
I'm not an expert in Postscript, but it seemed to me that problem is
caused by the "/Duplex false" command. Therefore I've modified the
source to remove it.
Below is my patch (however it also removes support for Manual Feed -
sorry I was not sure if these two features are associated).
Probably someone should fix it in a better way...


*** poster.c    Mon Nov 14 18:10:18 2005
--- /tmp/poster.ins/poster.c    Mon Nov 14 18:09:40 2005
***************
*** 940,948 ****
                "/setpagedevice where   %% level-2 page commands
available...\n"
                "{      pop             %% ignore where found\n"
                "       3 dict dup /PageSize [ %d %d ] put\n"
                "       setpagedevice\n"
                  "} if\n",
!              (int)(mediasize[2]), (int)(mediasize[3]));

        printf( "/sfactor %.10f def\n"
                "/leftmargin %d def\n"
--- 940,950 ----
                "/setpagedevice where   %% level-2 page commands
available...\n"
                "{      pop             %% ignore where found\n"
                "       3 dict dup /PageSize [ %d %d ] put\n"
+               "       dup /Duplex false put\n%s"
                "       setpagedevice\n"
                  "} if\n",
!              (int)(mediasize[2]), (int)(mediasize[3]),
!              manualfeed?"       dup /ManualFeed true put\n":"");

        printf( "/sfactor %.10f def\n"
                "/leftmargin %d def\n"

-- 
HTH & Regards,
Wojtek Zabolotny
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to