View Revisions: Issue #934

Summary 0000934: Add 180 degrees rotate option for proxy printing
Revision 2018-02-20 12:42 by rijkr
Description IST: SavaPage creates IPP print jobs that are effectively printed according to "*LandscapeOrientation: Minus90". So, as most target printer's PPD applies "Plus90", SavaPage makes the proper corrections, so the printed result is "Minus90". However, in some cases, the orientation of the "Finished-Page" (see PWG5100.3) might not be suited for available staple/punch options. E.g. when a landscape oriented PDF is 4-up printed, "staple-top-right" and/or "punch-dual-right" are the most logical choices. But, when "staple-top-left" and/or "punch-dual-left" are the only options available, a 180 degrees rotation of the "Finished-Page" is needed.
SOLL: Add option to each proxy printer to make the printed result "Rotate by 180 degrees". Implement the option with internal IPP attribute "org.savapage.int-page-rotate180" (boolean).
Revision 2018-02-20 12:41 by rijkr
Description IST: SavaPage creates IPP print jobs that are effectively printed according to "*LandscapeOrientation: Minus90". Even when the target printer's PPD applies "Plus90", SavaPage makes the proper corrections, so the printed result is "Minus90". However, in some cases, the orientation of the "Finished-Page" (see PWG5100.3) might not be suited for available staple/punch options. E.g. when a landscape oriented PDF is 4-up printed, "staple-top-right" and/or "punch-dual-right" are the most logical choices. But, when "staple-top-left" and/or "punch-dual-left" are the only options available, a 180 degrees rotation of the "Finished-Page" is needed.
SOLL: Add option to each proxy printer to make the printed result "Rotate by 180 degrees". Implement the option with internal IPP attribute "org.savapage.int-page-rotate180" (boolean).
Revision 2018-02-07 21:52 by rijkr
Description IST: SavaPage creates IPP print jobs that are effectively printed according to "*LandscapeOrientation: Plus90". Even when the target printer's PPD applies "Minus90", SavaPage makes the proper corrections, so the printed result is "Plus90". However, in some cases, the orientation of the "Finished-Page" (see PWG5100.3) might not be suited for available staple/punch options. E.g. when a landscape oriented PDF is 4-up printed, "staple-top-right" and/or "punch-dual-right" are the most logical choices. But, when "staple-top-left" and/or "punch-dual-left" are the only options available, a 180 degrees rotation of the "Finished-Page" is needed.
SOLL: Add option to each proxy printer to make the printed result "Rotate by 180 degrees". Implement the option with internal IPP attribute "org.savapage.int-page-rotate180" (boolean).