-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skia support? #29
Comments
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). |
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.
The text was updated successfully, but these errors were encountered: