pdfium-binaries icon indicating copy to clipboard operation
pdfium-binaries copied to clipboard

Skia support?

Open TechInterMezzo opened this issue 4 years ago • 3 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.

TechInterMezzo avatar Jun 18 '20 17:06 TechInterMezzo

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

willie avatar Mar 02 '21 19:03 willie

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

daljit97 avatar Feb 26 '22 19:02 daljit97

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.

mara004 avatar Feb 28 '22 15:02 mara004