Kozea / WeasyPrint

The awesome document factory
https://weasyprint.org
BSD 3-Clause "New" or "Revised" License
7.23k stars 686 forks source link

Bug: pydyf version 0.11.0 breaks PDF generation #2207

Closed paultop6 closed 4 months ago

paultop6 commented 4 months ago

Call to pydyf.PDF in weasyprint/pdf/init.py no longer works with pydyf version 0.11.0 (works fine with 0.11.0).

The function signature has been changed from __init__(self, version=None, identifier=None) to __init__(self)

grewn0uille commented 4 months ago

Hi,

That’s a duplicate of #2206, https://github.com/Kozea/WeasyPrint/issues/2205, https://github.com/Kozea/WeasyPrint/issues/2204, https://github.com/Kozea/WeasyPrint/issues/2203, https://github.com/Kozea/WeasyPrint/issues/2202 and https://github.com/Kozea/WeasyPrint/issues/2200.