Description: Fix page shifts when printing on A4 paper with Brother PostScript printers Bug: https://bugs.freedesktop.org//show_bug.cgi?id=18711 Bug-Ubuntu: https://launchpad.net/bugs/293832 Index: poppler-0.16.0/poppler/PSOutputDev.cc =================================================================== --- poppler-0.16.0.orig/poppler/PSOutputDev.cc 2010-12-04 16:47:47.000000000 +0000 +++ poppler-0.16.0/poppler/PSOutputDev.cc 2011-01-13 21:51:23.996929004 +0000 @@ -116,7 +116,6 @@ " pop 3 dict begin", " /PageSize exch def", " /ImagingBBox null def", - " /Policies 1 dict dup begin /PageSize 3 def end def", " { /Duplex true def } if", " currentdict end setpagedevice", " } {",