<?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: PrintTask shows copyright from service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printtask-shows-copyright-from-service/m-p/154427#M14384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;setting &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/printtemplate-amd.html"&gt;PrintTemplate.showAttribution&lt;/A&gt; = false will remove the copyright information from the printout, but be warned that data vendors don't typically want you distributing prints without this info.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked! Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 03:57:06 GMT</pubDate>
    <dc:creator>DainiusTamosiunas</dc:creator>
    <dc:date>2013-08-27T03:57:06Z</dc:date>
    <item>
      <title>PrintTask shows copyright from service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printtask-shows-copyright-from-service/m-p/154425#M14382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using PrintTask to get my map in JPG format and everything goes ok, except if any of services, loaded on map, have some copyright text, that text is being added at the bottom right corner of JPG. I'm using MAP_ONLY template. I have full control of application and Export Web Map task server. Services are hosted elsewhere and I can't modify their properties. I need to get rid of those copyright texts in JPG. Tried to use layoutOptions hoping it would replace service's copyright, but had no luck with that. As I reduce DPI parameter, the copyright text becomes smaller, but it affects image quality so it's not a solution. Printing function code below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var url ='https://my.domain.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export Web Map Task'; var template = new esri.tasks.PrintTemplate(); &amp;nbsp; template.exportOptions = {&amp;nbsp; width: 500,&amp;nbsp; height: 530,&amp;nbsp; dpi: 200 &amp;nbsp; }; &amp;nbsp; template.format = "JPG"; &amp;nbsp; template.layoutTemplate = "MAP_ONLY"; &amp;nbsp; template.preserveScale = false; &amp;nbsp; template.layoutOptions = {&amp;nbsp; 'copyright' : 'better this text, than from service...' &amp;nbsp; }; var printTask = new esri.tasks.PrintTask(url); var printResult = function(result){&amp;nbsp; /* outputs link to download JPG */ }; var params = new esri.tasks.PrintParameters(); params.map = map; params.template = template; printTask.execute(params, printResult);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached a resulting JPG.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 11:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printtask-shows-copyright-from-service/m-p/154425#M14382</guid>
      <dc:creator>DainiusTamosiunas</dc:creator>
      <dc:date>2013-08-26T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: PrintTask shows copyright from service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printtask-shows-copyright-from-service/m-p/154426#M14383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;setting &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jsapi/printtemplate-amd.html" rel="nofollow" target="_blank"&gt;PrintTemplate.showAttribution&lt;/A&gt;&lt;SPAN&gt; = false will remove the copyright information from the printout, but be warned that data vendors don't typically want you distributing prints without this info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printtask-shows-copyright-from-service/m-p/154426#M14383</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-08-26T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: PrintTask shows copyright from service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printtask-shows-copyright-from-service/m-p/154427#M14384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;setting &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/printtemplate-amd.html"&gt;PrintTemplate.showAttribution&lt;/A&gt; = false will remove the copyright information from the printout, but be warned that data vendors don't typically want you distributing prints without this info.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked! Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 03:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printtask-shows-copyright-from-service/m-p/154427#M14384</guid>
      <dc:creator>DainiusTamosiunas</dc:creator>
      <dc:date>2013-08-27T03:57:06Z</dc:date>
    </item>
  </channel>
</rss>

