We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
First at all, thanks for this amazing wrapper!
Can't find the way to to rotate -90° (or 270) a PDF File, I tried with -90, 270 and 'left', any of them modifies the position.
The text was updated successfully, but these errors were encountered:
It is pretty straightforward for all tasks.
The below code works fine for me.
from pylovepdf.tools.rotate import Rotate t = Rotate('project_public_xxxxxxx', verify_ssl=True, proxies=None) t.add_file('/content/demo.pdf') t.file.rotate = 270 t.debug = False t.set_output_folder('output_directory') t.execute() t.download() t.delete_current_task()
For a demo, you can try running the cells in this colab
If your issue gets solved, please close it.
Sorry, something went wrong.
No branches or pull requests
Hello!
First at all, thanks for this amazing wrapper!
Can't find the way to to rotate -90° (or 270) a PDF File,
I tried with -90, 270 and 'left', any of them modifies the position.
The text was updated successfully, but these errors were encountered: