-
Notifications
You must be signed in to change notification settings - Fork 253
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: 'HTML2FPDF' object has no attribute 'table_offset' #723
Comments
Hi @ruiz-manuel Thank you for reporting this bug! |
@allcontributors please add @ruiz-manuel for bug |
I've put up a pull request to add @ruiz-manuel! 🎉 |
@Lucas-C awesome, thank you so much! |
This will be solved by #703 You can test it by yourself:
Hence I'm closing this issue. |
@ruiz-manuel would you help how to this type of projects get solved. Actually i am a beginner and your guidance will be so helpful for me. |
A fix has been released in v2.7.0: https://github.com/PyFPDF/fpdf2/releases/tag/2.7.0 |
I am getting that error when writing a table from an html code. Originally the html comes from
pandas.DataFrame.Styler.to_html()
but this little code snippet is enough to reproduce the error:The text was updated successfully, but these errors were encountered: