2
I need to develop something that can print in A3 and A4 formats, exactly the same as this site:
http://mapas.fortaleza.ce.gov.br
Note that by clicking on the print icon first it resizes in the correct format and then by clicking on Print, it shows the preview exactly as it wants in the print, only with the map, centered and the required format.
To be quite honest, I don’t even have a basis on how to do this, because I’ve never done it. I’m using Javascript with Leaflet, how should I proceed? I don’t have backend language yet, but they are still deciding between developing using Java or Python, unfortunately this is not my decision. I would like you to give me just a north of what to do and how to do and if possible some example, some plugin or framework that I can use for such.
Thank you!!
Great idea! I hadn’t thought about it, I remember using this @media print of css once, but I was so focused on some plugin/framework that it didn’t even occur to me to try something simpler. Thank you!
– Elton Santos