-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User friendly page rotation #17
Comments
Here's an example of how to rotate a page with our existing API:
|
I get this - why can't we bundle the 4 lines which do the work into |
@ccxvii When I try your code sample I get: |
Oh wait - I'm just appreciating the other recent commits - I'll have to package up a local mupdf node package |
@ccxvii Opening this again as in the sample code I think the
|
Can we do something in our mupdf.js file to allow for an easy way to rotate a page?
In PyMUPDF we have: https://pymupdf.readthedocs.io/en/latest/the-basics.html#rotating-a-pdf , but I can't see the equivalent in our API.
Please let's add this to the API to match the way PyMuPDF provides it.
The text was updated successfully, but these errors were encountered: