-
Notifications
You must be signed in to change notification settings - Fork 541
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
AttributeError: 'FPDF' object has no attribute 'orientation_changes' when using set_link #159
Comments
The PR: #160 |
I have the same issue. |
If you want to install my fork that includes this fix, you can do this:
|
Believe this is also fixed in mine pip install pyfpdf2
…On Mon, Nov 9, 2020, 16:05 Lucas Cimon ***@***.***> wrote:
If you want to install my fork that includes this fix, you can do this:
pip install ***@***.***
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#159 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACECGJBLS5VCNRWUIHGRA23SPBKQXANCNFSM4PENLKMQ>
.
|
I confirm this is fixed in https://pypi.org/project/fpdf2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error I get:
The function I use to add links:
I am working on a PR to fix this.
The text was updated successfully, but these errors were encountered: