<?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 Custom Print Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-print-widget/m-p/1119561#M75376</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We want to replace the retired &lt;A href="https://community.esri.com/t5/web-appbuilder-custom-widgets-documents/print-plus-widget-version-1-1-6-july-12-2015/ta-p/920177" target="_self"&gt;Printplus&lt;/A&gt; widget and are thinking of options on how to implement a replacement print application. What do you think about our plan to make a print application like Printlus with the &lt;A href="https://developers.arcgis.com/javascript" target="_self"&gt;Javascript API&lt;/A&gt;, where the end user can narrow down the desired print area and scale in the browser window?&lt;BR /&gt;Another option is to develop a custom print widget on the &lt;A href="https://www.esri.com/en-us/arcgis/products/arcgis-experience-builder" target="_self"&gt;Experience Builder&lt;/A&gt; using the &lt;A href="https://developers.arcgis.com/experience-builder/" target="_self"&gt;Developer Edition&lt;/A&gt;.&lt;BR /&gt;Which path do you recommend?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the tips.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuhaHaanpera_0-1637682918209.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/28088i24B7378CB6902DCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JuhaHaanpera_0-1637682918209.png" alt="JuhaHaanpera_0-1637682918209.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Nov 2021 15:55:38 GMT</pubDate>
    <dc:creator>JuhaHaanpera</dc:creator>
    <dc:date>2021-11-23T15:55:38Z</dc:date>
    <item>
      <title>Custom Print Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-print-widget/m-p/1119561#M75376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We want to replace the retired &lt;A href="https://community.esri.com/t5/web-appbuilder-custom-widgets-documents/print-plus-widget-version-1-1-6-july-12-2015/ta-p/920177" target="_self"&gt;Printplus&lt;/A&gt; widget and are thinking of options on how to implement a replacement print application. What do you think about our plan to make a print application like Printlus with the &lt;A href="https://developers.arcgis.com/javascript" target="_self"&gt;Javascript API&lt;/A&gt;, where the end user can narrow down the desired print area and scale in the browser window?&lt;BR /&gt;Another option is to develop a custom print widget on the &lt;A href="https://www.esri.com/en-us/arcgis/products/arcgis-experience-builder" target="_self"&gt;Experience Builder&lt;/A&gt; using the &lt;A href="https://developers.arcgis.com/experience-builder/" target="_self"&gt;Developer Edition&lt;/A&gt;.&lt;BR /&gt;Which path do you recommend?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the tips.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuhaHaanpera_0-1637682918209.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/28088i24B7378CB6902DCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JuhaHaanpera_0-1637682918209.png" alt="JuhaHaanpera_0-1637682918209.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 15:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-print-widget/m-p/1119561#M75376</guid>
      <dc:creator>JuhaHaanpera</dc:creator>
      <dc:date>2021-11-23T15:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Print Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-print-widget/m-p/1119700#M75384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/428022"&gt;@JuhaHaanpera&lt;/a&gt;,&amp;nbsp;this is a really cool topic. If you're building a stand-alone app, then the ArcGIS API for JavaScript will be the way to go. I guess this applies to the logic in the Experience Builder as well, but I haven't looked at the code there.&lt;/P&gt;&lt;P&gt;The out-of-the-box Print widget is pretty good, but has a few known limitations, and doesn't have the preview or area selection options. I haven't seen many people customize the widget itself, but hopefully some people from the community here will chime in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another good option is to use screenshots with HTML2 Canvas. Ryan Libed wrote a really neat blog detailing how to do this so that you can capture a specific area of an app, and include things like legends and popups:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-instant-apps-blog/screenshots-with-the-arcgis-api-for-javascript/ba-p/904367" target="_blank"&gt;https://community.esri.com/t5/arcgis-instant-apps-blog/screenshots-with-the-arcgis-api-for-javascript/ba-p/904367&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here's the ArcGIS API for JavaScript docs that might prove useful (if you haven't seen them already):&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print-PrintViewModel.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print-PrintViewModel.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-print.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-print.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 21:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-print-widget/m-p/1119700#M75384</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-11-23T21:56:30Z</dc:date>
    </item>
  </channel>
</rss>

