<cfimage action="info" source="maps/#MapImage#" structname="pngInfo" >
<cfset Height = pngInfo.height/300 >
<cfset Width = pngInfo.width/300>
<cfdocument format="pdf" filename="#mapno#.pdf" overwrite="yes" pagetype="custom" unit="in" pageheight="#Height#" pagewidth="#Width#">
<img src="maps/#MapImage#" height="#pngInfo.height#" width="#pngInfo.width#" /> |