Skip to content
Advertisement

Tag: pdf-generation

Generating PDF files with JavaScript

I’m trying to convert XML data into PDF files from a web page and I was hoping I could do this entirely within JavaScript. I need to be able to draw text, images and simple shapes. I would love to be able to do this entirely in the browser. Answer I’ve just written a library called jsPDF which generates PDFs

Advertisement