reassign 617546 poppler
retitle 617546 popper: PSOutputDev should produce simplex output by default
tag 617546 patch
thanks

I just had a couple minutes to look into this.  xpdf now uses poppler's
PSOutputDev for postscript output, so that is where the problem is now
(although it looks like PSOutputDev in xpdf's source that isn't built
anymore should also have the issue).  I don't have a printer to test, 
but I've attached a potential solution. Would you be able to test it?
Note that this needs to be applied to poppler.

Best wishes,
Mike
--- poppler/PSOutputDev.cc.orig	2011-08-18 02:35:01.000000000 -0400
+++ poppler/PSOutputDev.cc	2011-08-18 02:35:22.000000000 -0400
@@ -117,7 +117,7 @@
   "      /PageSize exch def",
   "      /ImagingBBox null def",
   "      /Policies 1 dict dup begin /PageSize 3 def end def",
-  "      { /Duplex true def } if",
+  "      { /Duplex false def } if",
   "    currentdict end setpagedevice",
   "  } {",
   "    pop pop",

Reply via email to