Guillaume Ayoub

Results 802 comments of Guillaume Ayoub

This pull request is not ready to be merged yet, we have to check may details about colors (mainly serialization and clamping). But I feel it’s time to get some...

Here’s a simple and uncompressed PDF to reproduce the problem, in case you’d like to avoid installing another tool šŸ˜„: [hello.pdf](https://github.com/pdfminer/pdfminer.six/files/11547991/hello.pdf) The error is caused by the XRef table with...

Hi! Thanks for the report. There are actually 2 different problems. ## First problem Bottom images don’t appear at the bottom of the first page because we fixed #36. Your...

The second problem is now fixed in `main`.

That would be nice to have! Some filters are already handled by the PDF specification and should be quite "easy" to support, once the whole CSS parsing/validation code is done....

> Just came to this again, when trying to find a way to blur an area of an image. Unfortunately, as far as I know, there’s no blur operation in...

> We tried nearly any html to pdf converter. But non of them could reach your level. Amazing work! Thank you! > Is there any chance that WeasyPrint can support...

> Any news on right-to-left text? Hi! There's no new code. You can follow #106 that's on [my short TODO-list before 43](https://github.com/Kozea/WeasyPrint/milestone/10).

> I just ran into this. Is there any update? There’s no update about this, it’s a huge feature that requires a lot of changes.

Thanks for the pull request. This one is really complicated! There’s at least one big problem with your PR: box position can’t depend on the direction, coordinates are always relative...