https://github.com/questpdf/questpdf.native
https://github.com/questpdf/questpdf.native
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/questpdf/questpdf.native
- Owner: QuestPDF
- License: other
- Created: 2024-02-29T08:56:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T21:36:58.000Z (about 1 year ago)
- Last Synced: 2025-06-25T22:33:55.066Z (about 1 year ago)
- Language: C#
- Size: 9.18 MB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project integrates [Skia](https://skia.org) and [QuestPDF](https://www.questpdf.com). It consists of two layers:
- Native unmanaged code - C++ wrapper for Skia that exposes and/or composes Skia APIs necessary for QuestPDF,
- Managed dotnet code - low-level wrapper using P/Invoke calls to access native code.