rowanwins / leaflet-easyPrint

A leaflet plugin which adds an icon to print the map - Demo @ http://rowanwins.github.io/leaflet-easyPrint/
MIT License
248 stars 137 forks source link

Catching image in base64 format #68

Open oussamaam opened 6 years ago

oussamaam commented 6 years ago

Hi Mr. Rowanwins. I'm using your plugin in my project .i need to catch an image in a base64 format instead of downloading it in order to include it in a pdf by using JSPDF.

rowanwins commented 6 years ago

Hi @oussamaam

This is a good idea and should be doable. I'll try and get around to it otherwise feel free to send a pull request.

euangordon commented 5 years ago

Really interested in this too. @rowanwins have you or anyone else made any progress?