Replies: 1 comment 1 reply
-
This is very surprising, as we have a non-regression unit test covering this usage:
What version of Could you provide some minimal code reproducing your issue please? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to create pages with different sizes,
so I tried add_page(format=(width, height)),
but I got TypeError: add_page() got an unexpected keyword argument 'format'
or if I try add_page((width,height)),
I got AttributeError: 'float' object has no attribute 'upper'
I guess add_page() only accept orientation parameter.
I followed this solution, installing from github master branch, but still not working.
I tried to install fpdf2 by 2 ways
How can I solve it?
Beta Was this translation helpful? Give feedback.
All reactions