Select to view content in your preferred language

FV 3.0 Print Widget Issue

416
0
03-05-2013 04:50 AM
JosephAccardi
Regular Contributor
I'm having issues when printing my FV 3.0 map to PDF. I'm using the standard Print Widget. The PDF file is successfully created in the ...\arcgisserver\directories\arcgisoutput\Utilities\PrintingTools_GPServer folder, but a "Page cannot be displayed" error is generated, in the new tab, on the browser side. I'm am not having any issues viewing printed maps in my browser if I print maps to JPG or PNG. I'm using IE8 and I am able to view PDF files from within my browser from other sites, which leaves me to believe it's not an IE8 issue. Here is my Print Widget code:

<?xml version="1.0" ?>
<configuration>
    <taskurl>https://<myservername>/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task</taskurl>
    <title visible="true"/>
    <copyright visible="false"/>
    <author visible="true"/>
<usescale defaultvalue="" visible="true">false</usescale>
<layouttemplates defaultvalue="Letter ANSI A Landscape"/>

<labels>
  <titlelabel>Printed Maps</titlelabel>
  <authorlabel>Notes</authorlabel>
</labels>
</configuration>


Any ideas? Thanks
Tags (2)
0 Kudos
0 Replies