<?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: Printing Widget Configuration for Custom Layouts in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270814#M8118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jonah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I recall correctly, the help outlines a couple of different methods related to using your own templates.&amp;nbsp; One is via publishing an Export Web Map gp print task.&amp;nbsp; The other is discussed under the umbrella of "advanced printing".&amp;nbsp; Are you talking about the Export Web Map gp task when you say "...published...a geoprocessing service"?&amp;nbsp; If so, you either save your mxd templates in a folder or let ArcGIS Server copy them onto the server (recommend the former) per the instructions in help.&amp;nbsp; The config file entries for the Flex viewer are really minimal, regardless if you use the Application Builder or the source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect you were following the help related to the "advanced printing", as the result is something that you then need to program your own front end to use effectively. Just my opinion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I effectively serve up letter-sized to E-sized templates to my users with the Export Web Map print task, with excellent results just by following the instructions in help carefully.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 21:42:36 GMT</pubDate>
    <dc:creator>BrianOevermann</dc:creator>
    <dc:date>2014-06-05T21:42:36Z</dc:date>
    <item>
      <title>Printing Widget Configuration for Custom Layouts</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270812#M8116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have published a mxd template to our server as a Geoprocessing Service. I want to be able to print within flex to this desired template. However I am experiencing some difficulty with the confiuartion within the print widget container in Flex. Does anyone have any configuration codes available for the customized print widget that I can look at. Thx.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 17:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270812#M8116</guid>
      <dc:creator>JonahWaterman</dc:creator>
      <dc:date>2014-05-30T17:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Widget Configuration for Custom Layouts</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270813#M8117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the application builder, or creating the xml configuration file by hand?&amp;nbsp; If you're using the application builder, it should help you create those files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 22:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270813#M8117</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-05-30T22:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Widget Configuration for Custom Layouts</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270814#M8118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jonah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I recall correctly, the help outlines a couple of different methods related to using your own templates.&amp;nbsp; One is via publishing an Export Web Map gp print task.&amp;nbsp; The other is discussed under the umbrella of "advanced printing".&amp;nbsp; Are you talking about the Export Web Map gp task when you say "...published...a geoprocessing service"?&amp;nbsp; If so, you either save your mxd templates in a folder or let ArcGIS Server copy them onto the server (recommend the former) per the instructions in help.&amp;nbsp; The config file entries for the Flex viewer are really minimal, regardless if you use the Application Builder or the source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect you were following the help related to the "advanced printing", as the result is something that you then need to program your own front end to use effectively. Just my opinion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I effectively serve up letter-sized to E-sized templates to my users with the Export Web Map print task, with excellent results just by following the instructions in help carefully.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 21:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270814#M8118</guid>
      <dc:creator>BrianOevermann</dc:creator>
      <dc:date>2014-06-05T21:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Widget Configuration for Custom Layouts</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270815#M8119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help, I got it figured out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the steps I took&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Executed "Export Web Map"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Go to the Geoprocessing results, right click and select to Share As a Geoprocessing Service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Place in correct location on the server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4)use the url for the geoprocessing service(your custom layout) and embed with the print widget&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Print Widget Example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;taskurl&amp;gt;Place the URL to the Service Here&amp;lt;/taskurl&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 12:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/printing-widget-configuration-for-custom-layouts/m-p/270815#M8119</guid>
      <dc:creator>JonahWaterman</dc:creator>
      <dc:date>2014-06-06T12:20:54Z</dc:date>
    </item>
  </channel>
</rss>

