galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

Option for adding SVG #310

Open benydc opened 5 years ago

benydc commented 5 years ago

Hi, I want to able to add SVG to editing pdf, is it possible to achieve this like drawImage?

galkahana commented 5 years ago

That would one nice potential contrib. Hummus provides a 2-d drawing intrface via the page content context, all you need is an svg intepreter, and you got it. Preferbly in c++ so everyone can enjoy it :)

JohnnySpomer commented 5 years ago

Will this option be showing up anytime soon?

ThaDaVos commented 4 years ago

Any ETA on this? We're looking at using HummusJS for creating our pdf's before sending them to a printer and we need to support Emoji's -> we've been using PDFKit till now and using Twemoji to replace Emoji's with SVG's instead so being able to insert SVG's would be really great!