April 2009
1 post
Generating PDF files in Javascript
A Firefox extension I am writing needs PDF export. One way of making this work cross-platform would be to implement it in Javascript. So, that’s what I did.. It’s called jsPDF and can generate simple PDF documents using nothing but Javascript. No server-side needed. I’ve also got a few ideas for workarounds in browsers that do not support Data URIs well (I’m looking at you...
Apr 22nd
1 note