<?xml version="1.0" encoding="UTF-8"?><metadata>
    <Esri>
        <CreaDate>20110215</CreaDate>
        <CreaTime>16431400</CreaTime>
        <ArcGISFormat>1.0</ArcGISFormat>
        <SyncOnce>TRUE</SyncOnce>
        <ModDate>20250717</ModDate>
        <ModTime>171616</ModTime>
    </Esri>
    <dataIdInfo>
        <idCitation>
            <resTitle>Export Web Map New1</resTitle>
            <date>
                <createDate>20110215</createDate>
            </date>
        </idCitation>
        <idAbs>
            			
            <para>This tool takes the state of a web application (for example, included services, layer visibility settings, and client-side graphics) and returns a printable page layout or basic map of the specified area of interest.</para>
            			
            <para>The input for Export Web Map is a piece of text in JavaScript object notation (JSON) format describing the layers, graphics, and other settings in the web map. The JSON must be structured according to the ExportWebMap specification in the ArcGIS Help.</para>
            <para>This tool is shipped with ArcGIS Server to support web services for printing, including the preconfigured service named PrintingTools. The ArcGIS web APIs for JavaScript, Flex and Silverlight use the PrintingTools service to generate images for simple map printing.  </para>
            		
        </idAbs>
        <descKeys KeyTypCd="005">
            <keyTyp>
                <keyTyp>005</keyTyp>
            </keyTyp>
            <keyword>Export Web Map</keyword>
            <keyword>Exportwebmap</keyword>
            <keyword>Print</keyword>
            <keyword>Print Service</keyword>
            <keyword>Printing</keyword>
            <keyword>Printing Service</keyword>
            <keyword>Server</keyword>
            <keyword>Web Print Service</keyword>
            <keyword>Web Printing</keyword>
            <keyword>Web Printing Service</keyword>
        </descKeys>
    </dataIdInfo>
    <distInfo>
        <distributor>
            <distorFormat>
                <formatName>ArcToolbox Tool</formatName>
            </distorFormat>
        </distributor>
    </distInfo>
    <mdDateSt>20111209</mdDateSt>
    <mdContact>
        <rpOrgName>Environmental Systems Research Institute, Inc. (Esri)</rpOrgName>
        <rpCntInfo>
            <cntAddress>
                <delPoint>380 New York Street</delPoint>
                <city>Redlands</city>
                <adminArea>California</adminArea>
                <postCode>92373-8100</postCode>
                <eMailAdd>info@esri.com</eMailAdd>
                <country>United States</country>
            </cntAddress>
            <cntPhone>
                <voiceNum>909-793-2853</voiceNum>
                <faxNum>909-793-5953</faxNum>
            </cntPhone>
            <cntOnlineRes>
                <linkage>http://www.esri.com</linkage>
            </cntOnlineRes>
        </rpCntInfo>
        <role>
            <RoleCd>007</RoleCd>
        </role>
    </mdContact>
    <tool displayname="Export Web Map New1" name="ExportWebMap" softwarerestriction="none" toolboxalias="02CD469E597A499B992B5A466DA0CBB9">
        <summary>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;This tool takes the state of a web application (for example, included services, layer visibility settings, and client-side graphics) and returns a printable page layout or basic map of the specified area of interest., The input for Export Web Map is a piece of text in JavaScript object notation (JSON) format describing the layers, graphics, and other settings in the web map. The JSON must be structured according to the ExportWebMap specification in the ArcGIS Help., This tool is shipped with ArcGIS Server to support web services for printing, including the preconfigured service named PrintingTools. The ArcGIS web APIs for JavaScript, Flex and Silverlight use the PrintingTools service to generate images for simple map printing.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</summary>
        <alink_name>ExportWebMap_Server</alink_name>
        <parameters>
            <param datatype="String" direction="Input" displayname="Web Map as JSON" expression="Web_Map_as_JSON" name="Web_Map_as_JSON" sync="true" type="Required">
                <pythonReference>
                    					
                    <para>A JSON representation of the state of the map to be exported as it appears in the web application. See the ExportWebMap specification in the ArcGIS Help to understand how this text should be formatted. The ArcGIS web APIs (for JavaScript, Flex, Silverlight, etc.) allow developers to easily get this JSON string from the map.</para>
                    				
                </pythonReference>
                <dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;A JSON representation of the state of the map to be exported as it appears in the web application. See the ExportWebMap specification in the ArcGIS Help to understand how this text should be formatted. The ArcGIS web APIs (for JavaScript, Flex, Silverlight, etc.) allow developers to easily get this JSON string from the map.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
            </param>
            <param datatype="String" direction="Input" displayname="Format" expression="{JPG | PDF | PNG32 | PNG8 | GIF | EPS | SVG | SVGZ}" name="Format" sync="true" type="Optional">
                <pythonReference>
                    					
                    <para> The format in which the map image for printing will be delivered. The following strings are accepted.</para>
                    					
                    <para>
                        For example:
                        <bulletList>
                            							
                            <bullet_item>
                                PNG8 (
                                <italics>default if the parameter is left blank</italics>
                                )
                            </bullet_item>
                            							
                            <bullet_item>PDF</bullet_item>
                            							
                            <bullet_item>PNG32</bullet_item>
                            							
                            <bullet_item>JPG</bullet_item>
                            							
                            <bullet_item>GIF</bullet_item>
                            							
                            <bullet_item>EPS</bullet_item>
                            <bullet_item>SVG</bullet_item>
                            <bullet_item>SVGZ</bullet_item>
                        </bulletList>
                    </para>
                    				
                </pythonReference>
                <dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The format in which the map image for printing will be delivered. The following strings are accepted. For example: PNG8 (default if the parameter is left blank) PDF PNG32 JPG GIF EPSSVGSVGZ&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
            </param>
            <param datatype="String" direction="Input" displayname="Layout Template" expression="{MAP_ONLY | A3 Landscape | A3 Portrait | A4 Landscape | A4 Portrait | Letter ANSI A Landscape | Letter ANSI A Portrait | Tabloid ANSI B Landscape | Tabloid ANSI B Portrait}" name="Layout_Template" sync="true" type="Optional">
                <pythonReference>
                    					
                    <para>Either a name of a template from the list or the keyword MAP_ONLY. When MAP_ONLY is chosen or an empty string is passed in, the output map does not contain any page layout surroundings (for example title, legends, scale bar, and so forth)</para>
                    				
                </pythonReference>
                <dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Either a name of a template from the list or the keyword MAP_ONLY. When MAP_ONLY is chosen or an empty string is passed in, the output map does not contain any page layout surroundings (for example title, legends, scale bar, and so forth)&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
            </param>
        </parameters>
        <returnvalues/>
        <environments/>
        <usage/>
        <scriptExamples/>
        <shortdesc>ArcGIS geoprocessing tool that facilitates printing from web applications</shortdesc>
        <arcToolboxHelpPath>withheld</arcToolboxHelpPath>
    </tool>
</metadata>
