shaehn

Results 16 comments of shaehn

I took a different approach since I really don't think anyone is going to add an SVG interpreter into hummus. Instead a took the svg2png library [https://www.npmjs.com/package/svg2img](url) and converted my...

I have used that function elsewhere for other reasons, but what I would like to do is capture the page object identifier in the event handler. That way it would...

Ok, I tried accessing the file via createWriterToModify instead of createWriter so I could use the pdfReader it provides, but before I even went down the road of asking for...

Hmm... When I think of modification, as opposed to creation, I think of editing the newly created pages. However, I see your point of view on the word modification. So...

If I create a repository fork to make the desired change, would this be something that you would be willing to pick up in a pull request to include in...

@stevebaldwin21 did you get the buffer mechanism to work? If so, could you share your example? thanks.