diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index 540f74b..d04f937 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -3548,6 +3548,7 @@ void PSOutputDev::startPage(int pageNum, GfxState *state) { writePSFmt("{0:d} {1:d} {2:d} {3:d} re W\n", x1, y1, x2 - x1, y2 - y1); writePS("%%EndPageSetup\n"); ++seqPage; + xScale = yScale = 1; break; case psModePS: