-
Notifications
You must be signed in to change notification settings - Fork 683
Closed
Labels
Description
Problem description.
In some pages of PDFs, their rotation matrix and derotation matrix are like
Matrix(1.0, 0.0, 0.0, 1.0, 0.0, 0.0)
Matrix(1.0, -0.0, -0.0, 1.0, 0.0, 0.0)
and we cannot rotate these pages properly.
Solution I'd like
adding new methods like set_rotation_matrix and set_derotation_matrix.
which set desirable matrixes and thus we can rotate pages with improper rotation matrix.
Alternatives I've considered
names of the methods can be different.