First of all, I love that you're building a modern PDF library for JavaScript/TypeScript and like the approach so far. It looks very promising.
I'm wondering if you're planning to add more advanced drawing features, like:
- gradient or pattern fills
- reusable form-xobjects
- matrix transformations
- clip paths
- graphics state ("q" operator)
At a quick glance at the documentation I could not find them. Apologies if these features are already supported.
I'm a maintainer of svg2pdf and jsPDF. JsPDF is a bit outdated at this point and has become a nuisance to maintain with the very limited available resources. If LibPDF becomes successful, we might consider replacing svg2pdf's jspdf dependency with LibPDF and might even consider deprecating jspdf.
First of all, I love that you're building a modern PDF library for JavaScript/TypeScript and like the approach so far. It looks very promising.
I'm wondering if you're planning to add more advanced drawing features, like:
At a quick glance at the documentation I could not find them. Apologies if these features are already supported.
I'm a maintainer of svg2pdf and jsPDF. JsPDF is a bit outdated at this point and has become a nuisance to maintain with the very limited available resources. If LibPDF becomes successful, we might consider replacing svg2pdf's jspdf dependency with LibPDF and might even consider deprecating jspdf.