bblanchon / pdfium-binaries

📰 Binary distribution of PDFium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skia support?

TechInterMezzo opened this issue · comments

I found hints for skia support in the pdfium header files.

https://pdfium.googlesource.com/pdfium/+/refs/heads/master/public/fpdfview.h#878

Would it be possible to do an additional build for skia like for v8?

This project is really my only source for pdfium binaries.

Definitely seems like while it is experimental, that it's the future of the library itself.

I would like this too. It'd be nice to have prebuilt binaries with the Skia build path enabled.

I recently built PDFium with skia support, but it takes longer and the resulting binary is quite a bit bigger. It also looks like a lot of options aren't implemented yet. Most rendering tests of pypdfium2 fail with the skia build (output is black).
Overall, this does not sound particularly promising to me - I hope they keep skia optional.