<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-IN" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi Team,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I created a PDF file with OGC_BP as GEO_ENCODING option like shown in the  below command.  The below tif file’s Datum and Projection details are WGS84 /Geographic (lat/lon).<o:p></o:p></p>
<p class="MsoNormal"><i><o:p> </o:p></i></p>
<p class="MsoNormal" style="text-indent:36.0pt"><i><span style="font-size:12.0pt;font-family:"Courier New"">./gdal_translate.exe -of PDF ../../Data/input/sample256x256_1.tif ../../Data/output/sample256x256_1.pdf -co GEO_ENCODING=OGC_BP -co COMPRESS=JPEG -co
 PRODUCER="ERDAS IMAGINE" -co CREATION_DATE=D:20150407111345+02'00'<o:p></o:p></span></i></p>
<p class="MsoNormal" style="text-indent:36.0pt"><i><span style="font-size:12.0pt;font-family:"Courier New""><o:p> </o:p></span></i></p>
<p class="MsoNormal">Looked at the created PDF file Metadata using QGIS tool and noticed that it is having the same datum and projection details as like below.<o:p></o:p></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Courier New""><o:p> </o:p></span></i></p>
<p class="MsoNormal" style="margin-left:36.0pt"><i><span style="font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-fareast-language:EN-IN">Layer Spatial Reference System</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman",serif;mso-fareast-language:EN-IN"><o:p></o:p></span></i></p>
<p class="MsoNormal" style="mso-margin-top-alt:9.0pt;margin-right:0cm;margin-bottom:9.0pt;margin-left:36.0pt">
<i><span style="font-size:12.0pt;font-family:"Times New Roman",serif;mso-fareast-language:EN-IN">+proj=longlat +datum=WGS84 +no_defs<o:p></o:p></span></i></p>
<p class="MsoNormal" style="mso-margin-top-alt:9.0pt;margin-right:0cm;margin-bottom:9.0pt;margin-left:36.0pt">
<i><span style="font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-fareast-language:EN-IN">Layer Extent (layer original source projection)</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman",serif;mso-fareast-language:EN-IN"><o:p></o:p></span></i></p>
<p class="MsoNormal" style="margin-left:36.0pt"><i><span style="font-size:12.0pt;font-family:"Times New Roman",serif;mso-fareast-language:EN-IN">-84.5046451524118538,34.1200924180016969 : -84.5042907999925177,34.1204467704210259</span></i><i><span style="font-size:12.0pt;font-family:"Courier New""><o:p></o:p></span></i></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal">When I tried to use the Geospatial Location tool (Edit->Analysis->Geospatial Location Tool ) in the Adobe PDF Reader then the empty lat/long values are displaying at the right bottom of the  document.<o:p></o:p></p>
<p class="MsoNormal">Am I missing anything in creating the Geospatial PDF document ? How to confirm whether the CRS information is written into the PDF document or not?<o:p></o:p></p>
<p class="MsoNormal">How GDAL PDF handles in case the given projection is not supported by the driver?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Regards<o:p></o:p></p>
<p class="MsoNormal">Sunil<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>