<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to show pdf document on click in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124469#M11595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;That is the example.&amp;nbsp; You just need to replace pdfUrl with the actual URL location of the PDF document, e.g. "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmyserver.com%2Fdata%2Ffeature1.pdf" rel="nofollow" target="_blank"&gt;http://myserver.com/data/feature1.pdf&lt;/A&gt;&lt;SPAN&gt;" (absolute pathname) or "/data/feature1.pdf" (relative pathname).&amp;nbsp; Follow the API instructions to retrieve information from your features with the IdentifyTask (API 3.16: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/identifytask-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/identifytask-amd.html"&gt;IdentifyTask | API Reference | ArcGIS API for JavaScript&lt;/A&gt; , API 4.0: &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-IdentifyTask.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-IdentifyTask.html"&gt;IdentifyTask | API Reference | ArcGIS API for JavaScript 4.0&lt;/A&gt; ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 11:31:19 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2016-06-14T11:31:19Z</dc:date>
    <item>
      <title>how to show pdf document on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124466#M11592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have one spatial table with attributes information and pdf name stored in it. On map click i am displaying the attribute information information in datagridview using identify task in arcgis javascript.&lt;/P&gt;&lt;P&gt;My problem is along with attribute information i have to display pdf document related to that feature which is stored in a server folader. Please show me some examples to do this.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 09:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124466#M11592</guid>
      <dc:creator>SadanandacharB1</dc:creator>
      <dc:date>2016-06-14T09:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to show pdf document on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124467#M11593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the location of the PDF document is known in any of the attributes of the features, you can simply open it in a new window/tab:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1465898719557642 jive_text_macro" data-renderedposition="34_8_1315_16" jivemacro_uid="_1465898719557642"&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;window.open(pdfUrl, "_blank");&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 10:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124467#M11593</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-06-14T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to show pdf document on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124468#M11594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks FC Basson &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you give me simple example for this, i am new to javascript, can you please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124468#M11594</guid>
      <dc:creator>SadanandacharB1</dc:creator>
      <dc:date>2016-06-14T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to show pdf document on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124469#M11595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;That is the example.&amp;nbsp; You just need to replace pdfUrl with the actual URL location of the PDF document, e.g. "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmyserver.com%2Fdata%2Ffeature1.pdf" rel="nofollow" target="_blank"&gt;http://myserver.com/data/feature1.pdf&lt;/A&gt;&lt;SPAN&gt;" (absolute pathname) or "/data/feature1.pdf" (relative pathname).&amp;nbsp; Follow the API instructions to retrieve information from your features with the IdentifyTask (API 3.16: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/identifytask-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/identifytask-amd.html"&gt;IdentifyTask | API Reference | ArcGIS API for JavaScript&lt;/A&gt; , API 4.0: &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-IdentifyTask.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-IdentifyTask.html"&gt;IdentifyTask | API Reference | ArcGIS API for JavaScript 4.0&lt;/A&gt; ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124469#M11595</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-06-14T11:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to show pdf document on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124470#M11596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so so so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-show-pdf-document-on-click/m-p/124470#M11596</guid>
      <dc:creator>SadanandacharB1</dc:creator>
      <dc:date>2016-06-14T12:52:21Z</dc:date>
    </item>
  </channel>
</rss>

