<?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 Print task output is pixelated in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-task-output-is-pixelated/m-p/421722#M38813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have migrated our application from Web ADF 10.0 to ArcGIS Javascript API 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am generating the PDF output in my application using Print task at dpi 96. But the output generated is pixelated as compared to the output generated using the Web ADF, means the output is not as smooth. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is print task is actually generating the PDF or generating the image and fixing it in the PDF?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to increase the output quality using Print task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One solution could be to increase the dpi to 200 or 300. It improves the quality, but still remains pixelated if PDF is zoomed in....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any other solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2013 04:55:48 GMT</pubDate>
    <dc:creator>VinayBansal</dc:creator>
    <dc:date>2013-09-02T04:55:48Z</dc:date>
    <item>
      <title>Print task output is pixelated</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-task-output-is-pixelated/m-p/421722#M38813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have migrated our application from Web ADF 10.0 to ArcGIS Javascript API 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am generating the PDF output in my application using Print task at dpi 96. But the output generated is pixelated as compared to the output generated using the Web ADF, means the output is not as smooth. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is print task is actually generating the PDF or generating the image and fixing it in the PDF?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to increase the output quality using Print task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One solution could be to increase the dpi to 200 or 300. It improves the quality, but still remains pixelated if PDF is zoomed in....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any other solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 04:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-task-output-is-pixelated/m-p/421722#M38813</guid>
      <dc:creator>VinayBansal</dc:creator>
      <dc:date>2013-09-02T04:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Print task output is pixelated</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-task-output-is-pixelated/m-p/421723#M38814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, I just tested using custom python script and publishing the service, the ouptut quality is better for 96 dpi. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it is taking longer time to generate the PDF and the PDF size is larger than the PDF generated using Export Web Map task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So can anyone explains what's the difference for generating the PDF using Export Web Map task using Print task Javsascript API and using Python script ConvertWebMapToDocument and consuming it in ArcGIS Javascript API&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 05:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-task-output-is-pixelated/m-p/421723#M38814</guid>
      <dc:creator>VinayBansal</dc:creator>
      <dc:date>2013-09-02T05:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Print task output is pixelated</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-task-output-is-pixelated/m-p/421724#M38815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;one common cause of blurry PrintTask output is the unintended scale shift that can occur when you prioritize capturing the exact extent from the current application.&amp;nbsp; in order to preserve map scale instead (so that a cached scale level will be used), make sure to set&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;PrintTemplate.preserveScale = &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/printtemplate-amd.html#preservescale"&gt;true&lt;/A&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:39:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-task-output-is-pixelated/m-p/421724#M38815</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-03T14:39:47Z</dc:date>
    </item>
  </channel>
</rss>

