Guillaume Ayoub
Guillaume Ayoub
> Do they work in a way that `` tags in HTML work? Or is there another workaround I can use for that? I got the `` tag working based...
> Is there a fix to this problem? Not yet. We have to rewrite a clean support of Flex (and add support of Grid), but it’s a large task, and...
Hi @fabiobatalha Your bug is different from this issue, it’s not related to page breaks at all. The bullet’s position is "wrong" because you have a different line height for...
> My point of view of a "bug" is more related to the "Wysiwyg" aspect of the conversion from HTML to PDF, once in the HTML preview the bullets are...
That’s true, SVG images are currently managed independently, they don’t share anything.
> Can you check that the font, face, and blob you get are not empty (e.g `hb_font != hb_font_get_empty()`? Using the latest version fixes the problem. The fix happened somewhere...
I like all your proposals. I’m still not sure about the best way to keep VCS support for build/publish, but having `flit build` and `python -m build` building the same...
> Is the constraint that only one option in a radio button group is selected that complicates including it in the editable (fillable) forms? The problem is to create these...
> when I was looking at another Python pdf library, I believe they stated the PDF 1.7 spec is the latest. Before I look closer, I wanted to make sure...
> Do you have any thoughts about how you'd handle encountering a `box` where `box.is_input()` is `True`, but there is **not** a _current form_? If it’s not in a form,...