Details
Description
Kind of surprised no one reported this in the past. The PrintHelper blindly does an auto page rotation without looking at the current page rotation resulting in a double rotation.
We should check the current page properties rotation before making the auto correction.
We should check the current page properties rotation before making the auto correction.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Update the auto page rotation to only apply to PageFormats that are Portrait. The PDF will not be rotated if a users choses to print a portrait oriented PDF in landscape mode. This is meant to correct PDF document that have mixed page orientations. The auto rotation isn't applied to Landscape as it would not allow users to differentiate between the two rotations, as it would undo what a user specified.