Hi all,
Skia already provides robust support for PDF creation, but this functionality isn't currently exposed through CanvasKit. As part of my work, I’ve started implementing Emscripten bindings to enable PDF generation directly from CanvasKit.
While my primary motivation is project-specific, I believe this feature could benefit others in the community.
You can view the ongoing changes here:
🔗 https://github.com/google/skia/compare/main...pushpagarwal:skia:canvas-kit-pdf
The patch is relatively large, so I’d really appreciate any early feedback or guidance on direction, structure, or integration strategy.
Thanks,
Pushp