Guillaume Ayoub
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...