pdf-annotate icon indicating copy to clipboard operation
pdf-annotate copied to clipboard

How can I undo rotation or modify it?

Open ChrisDelClea opened this issue 4 years ago • 1 comments

I want the the tool to draw from the top left corner instead of bottom left croner. How can I modify the roation? Something like a.set_rotation(180) might do?

Also examples for how to draw lines, polgyons etc. like with the square (code) would be helpful :)

ChrisDelClea avatar Aug 05 '20 09:08 ChrisDelClea

pdf-annotate just uses pdfrw, if you check their docs, you should be able to use the pdf object from pdfrw to rotate the page.

gtmanfred avatar Mar 26 '21 15:03 gtmanfred