Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting google map to pdf in php

I am using TCPDF for generating PDF documents and i want to convert a google static image map into my pdf. How can i achieve this, some examples?

like image 329
johnny j Avatar asked Feb 09 '12 06:02

johnny j


1 Answers

Why don't you try static google map to embed map in pdf. Static map generate image file which will easily added thorough document. I haven't tried but it should work...

For more detail see http://code.google.com/apis/maps/documentation/staticmaps/

like image 53
thecodedeveloper.com Avatar answered Sep 23 '22 01:09

thecodedeveloper.com