You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to insert text into an existing PDF file. When the page orientation is landscape, text intended for the top-left corner appears on the right side of the page, and the text direction changes from left-to-right to top-to-bottom. I tried applying the solution mentioned in #2721 (multiplying the original coordinates by page.rotation_matrix), but now the text I'm trying to insert is completely invisible on the page.