Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Hi! > when i quit the venv enviroment ,it's works Well, your install seems to be a bit messy. šŸ˜„ Your virtual environment uses Python 3.11 while outside you use...

Hi! Could you please share a backtrace? Installing the dependencies of your script doesn’t install WeasyPrint, so it’s hard for us to reproduce. (And we’re not an AI, we’re real...

Feel free to add a comment if there’s anything we can do for you!

> Hello! Has there been any progress at all with this feature? Are there any blockers that need solving before this can be implemented? Hi! There’s no progress yet on...

> Well, I say "simply", but this probably requires quite a bit of effort to achieve? We currently let the PDF reader draw the text for us, so it may...

Thanks for the investigation, and thanks for sharing the code. It should work for "simple" cases, but I think that it would be difficult to include in WeasyPrint to work...

Hi! The two problems are a bit different. - Rule 6.2.4-3 is actually covered by #1661: using `html { image-rendering: crisp-edges }` will fix the problem. We should set this...

Let’s track these problems in #1661! We should at least advertise about unsupported features in different PDF/A and PDF/UA versions when generating documents.

Hi! > How do I adjust or enforce the original document width? You can use [`@page`’s `size`](https://www.w3.org/TR/css-page-3/#page-size-prop): ```css @page { size: 210mm 297mm; } ``` The default value is `auto`,...

> but how large is HTML/CSS body or h1 text in **absolute** units? (I mean when they're not _already specified_ in absolute units) Here is [the table you’re looking for](https://drafts.csswg.org/css-values-4/#absolute-lengths)....