Published
Edited
Oct 21, 2021
1 star
Also listed in…
API
Insert cell
Insert cell
Insert cell
jspdf = import('https://unpkg.com/jspdf@2.3.1/dist/jspdf.es.min.js?module')
Insert cell
Insert cell
doc = new jspdf.jsPDF()
Insert cell
{
doc.setFontSize(40)
doc.text(35, 25, 'Andrew loves jsPDF')
doc.addImage(imgData, 'JPEG', 15, 40, 180, 160)
}
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more