Hello,
is it possible to integrate Google Static Maps into a pdf ?
In ASP you can include static maps via a simple tag:
<img border="0" src="https://maps.google.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=14&size=512x512&maptype=roadmap&markers=color:blue%7Clabel:S%7C40.702147,-74.015794&markers=color:green%7Clabel:G%7C40.711614,-74.012318&markers=color:red%7Clabel:C%7C40.718217,-73.998284&sensor=false"/>
I need to include this map as an image into the pdf.
Thanks.