Is there inverse for Page.remove_rotation() #3973
-
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Oct 21, 2024
Replies: 1 comment 6 replies
-
No, there is not. But all of that only happens in memory and is thus temporary as long as you do not save. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
rashboldb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there is not.
Technically, this method doesn't do much: (1) exchange the values for page width and height (2) prepend a matrix to the page's
/Contents
which cause the magic.But all of that only happens in memory and is thus temporary as long as you do not save.