Zulko
Zulko
This library uses [weasyprint](https://github.com/Kozea/WeasyPrint) to generate the PDFs, it might be worth checking with them if they are aware of Windows issues. Another possibility is that the font used (on...
Can you provide a full example, with HTML, CSS and python? I suspect that the issue here is not "dropping input" but a formatting issue: when the label is too...
You could decide the font size (or even the page size) based on the label length, on the python side, since the template uses Jinja.
Sorry to hear that. It looks like the failure happens during Weasyprint import. You should visit [their Github](https://github.com/Kozea/WeasyPrint/issues), you may find a solution there (please report back if you do!...
Sorry for the delay, I'm completely under the water right now. Thanks very much for all this, it's very interesting and I'll soon merge it. At this point I have...
Thanks, I corrected, that, it should work now.
Can you confirm that it works ?
I must admit I am not sure either. If you feel confident, I'd gladly accept a commit. I think I'll have to update all the examples then.
what"s an MWE ? Edit: Minimal working example ?
It says you should install python-dev. It should be with `brew install python-dev` in a console or something similar.