qpdfview team mailing list archive
-
qpdfview team
-
Mailing list archive
-
Message #01428
Re: [Question #694097]: Bug: printing only "odd pages" does print "even pages"
Question #694097 on qpdfview changed:
https://answers.launchpad.net/qpdfview/+question/694097
Adam Reichold posted a new comment:
The reason for this is that FeatherPad implements by calling into Qt's
QPlainTextEdit::print(QPrinter*) which will output only the requested
page range and send that to CUPS, so the change makes sense there. (In
the case of page ranges being specified, I guess this will render all
pages and just pass on the page range.) qpdfview sends the whole file to
CUPS along with restricted page range in all cases because we would have
to extract parts of the PDF otherwise.
--
You received this question notification because your team qpdfview is an
answer contact for qpdfview.