<?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 Does ArcGIS javascript API support printing map with overview map? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-arcgis-javascript-api-support-printing-map/m-p/433804#M39968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to make an application that allows people to print the currently map. My map has a overview map at the left-bottom corner, while people want to print the map out, the overview map should accompany with the printed-map. I have implemented the code as attached in &lt;A href="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=widget_print_esri_request"&gt;sandbox&lt;/A&gt;, but it seems not working...Any help would be appreciated. (Please paste the attached code into the sandbox)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 04:35:47 GMT</pubDate>
    <dc:creator>StephenLam</dc:creator>
    <dc:date>2014-07-14T04:35:47Z</dc:date>
    <item>
      <title>Does ArcGIS javascript API support printing map with overview map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-arcgis-javascript-api-support-printing-map/m-p/433804#M39968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to make an application that allows people to print the currently map. My map has a overview map at the left-bottom corner, while people want to print the map out, the overview map should accompany with the printed-map. I have implemented the code as attached in &lt;A href="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=widget_print_esri_request"&gt;sandbox&lt;/A&gt;, but it seems not working...Any help would be appreciated. (Please paste the attached code into the sandbox)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 04:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-arcgis-javascript-api-support-printing-map/m-p/433804#M39968</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-07-14T04:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Does ArcGIS javascript API support printing map with overview map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-arcgis-javascript-api-support-printing-map/m-p/433805#M39969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not tested this but I have an idea for you to try. For fine granular control of the Print feature, consider using the &lt;A href="https://developers.arcgis.com/javascript/jsapi/printtask-amd.html"&gt;esri/tasks/PrintTask&lt;/A&gt;. Then in your code, in the esri.dijit.OverviewMap, add an id: "OverviewMap" property. This way you can reference it using dijit.byId("OverviewMap"). When you call the printTask.execute() method, define a result function similar to your handlePrintInfo(resp) function. Reference the dijit.OverviewMap using dijit.byId("OverviewMap"). See if you can extract the overview map image from the dijit and then include it with the printTask results. To get the overlay effect of the overview map, maybe build a new HTML page with a couple of div's and use CSS to overlay the "OverviewMap" image on top of the map image, open this new HTML page in a new window (window.open()), and call the window.print() function all at once. This way there are not too many extra clicks needed by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 15:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-arcgis-javascript-api-support-printing-map/m-p/433805#M39969</guid>
      <dc:creator>RamonCampos</dc:creator>
      <dc:date>2014-07-15T15:53:53Z</dc:date>
    </item>
  </channel>
</rss>

