jsPDF
jsPDF copied to clipboard
Generating PDF files purely in Javascript
Results
2
jsPDF issues
Sort by
recently updated
recently updated
newest added
I encountered some null values converting a [sample SVG file](http://ian.umces.edu/iil-symbol-fundulus-heteroclitus-male_inkscape.svg). (Sorry for the re-push)
With this change, code like this becomes possible: ``` var pdf = new jsPDF(); pdf.addSVG(svgData, 25, 50, options); ``` In comparison, without this change, something along the lines of the...