Google Static Maps API allows PNG images files of a map to be made programatically (example PNG map).
Using only javascript and a browser, is there a way to embed the PNG map image into a PDF file, along with some text, that the user can download?
From this SO post I found this library pdf.js for converting text and lines into a PDF, but I cant figure out how I can also embed a PNG into the resulting PDF.