Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Print Widget

$
0
0
I am having issues with default print widget from esri.
Randomly, it takes very long to respond after clicking Print and shows the following error message.
Attachment 34935
I am using a print service from ArcGIS Online (http://sampleserver6.arcgisonline.co...b%20Map%20Task).
I would like to include PrintWidget.xml in case.
Code:

<?xml version="1.0" ?>
<configuration>
    <!-- change this URL to your own Export Web Map Task (requires ArcGIS 10.1), or just remove the taskurl tag to get quick printing -->
    <taskurl>http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task</taskurl>
    <title visible="true">McDonough County, IL</title>
    <author></author>
    <dpi>150</dpi>
    <usescale defaultvalue="5000">false</usescale>
    <layouttemplates>
    <layouttemplate>Letter ANSI A Landscape</layouttemplate>
    <layouttemplate>Letter ANSI A Portrait</layouttemplate>
    <layouttemplate>Tabloid ANSI B Landscape</layouttemplate>
    <layouttemplate>Tabloid ANSI B Portrait</layouttemplate>
    </layouttemplates>
    <copyright visible="true" defaultvalue="WIU GIS Center"></copyright>
      <formats visible="true" defaultvalue="PDF">
      <format>PDF</format>
      <format>JPG</format>
      <format>PNG32</format>
      </formats>
      <excludelayerfromlegend></excludelayerfromlegend>
</configuration>

Any advice would be appreciated.
Thank you.
Attached Thumbnails
Click image for larger version

Name:	chrome.jpg‎
Views:	N/A
Size:	149.0 KB
ID:	34935  

Viewing all articles
Browse latest Browse all 2097

Trending Articles