<?xml version="1.0" encoding="UTF-8"?><metadata xml:lang="sv">
    <Esri>
        <CreaDate>20251113</CreaDate>
        <CreaTime>11442200</CreaTime>
        <ArcGISFormat>1.0</ArcGISFormat>
        <SyncOnce>TRUE</SyncOnce>
        <ModDate>20251113</ModDate>
        <ModTime>114422</ModTime>
    </Esri>
    <tool base_path="c:/" displayname="Export Web Map" name="ExportWebMap" toolboxalias="Gaida_Utskrift">
        <summary>Returns a printable page layout or basic map of a specified area of interest based on the state of a web app (for example, included services, layer visibility settings, and client-side graphics).</summary>
        <parameters>
            <param datatype="String" direction="Input" displayname="Web Map as JSON" expression="Web_Map_as_JSON" name="Web_Map_as_JSON" type="Required">
                <dialogReference>
                    <para>A JSON representation of the state of the map to be exported as it appears in the web app. See the ExportWebMap specification to understand how to format this text. ArcGIS API for JavaScript allows you to get this JSON string from the map.</para>
                </dialogReference>
            </param>
            <param datatype="File" direction="Output" displayname="Output File" expression="Output_File" name="Output_File" type="Required">
                <dialogReference>
                    <p>
                        The output file name. The extension of the file depends on the 
                        <span class="esri_uicontrol">Format</span>
                         parameter value.
                    </p>
                </dialogReference>
            </param>
            <param datatype="String" direction="Input" displayname="Format" expression="{Portable Document Format (PDF) | 32-bit Portable Network Graphics (PNG32) | 8-bit Portable Network Graphics (PNG8) | Joint Photographic Experts Group (JPG) | Graphics Interchange Format (GIF) | Encapsulated PostScript (EPS) | Scalable Vector Graphics (SVG) | Compressed Scalable Vector Graphics (SVGZ) | Adobe Illustrator Exchange (AIX) | Tag Image File Format (TIFF)}" name="Format" type="Optional">
                <dialogReference>
                    <p>Specifies the format in which the map image for printing will be delivered.</p>
                    <ul>
                        <li>
                            <span title="PNG8">8-bit Portable Network Graphics (PNG8)</span>
                            —8-bit Portable Network Graphics (PNG8) will be used. This is the default.
                        </li>
                        <li>
                            <span title="PDF">Portable Document Format (PDF)</span>
                            —Portable Document Format (PDF) will be used.
                        </li>
                        <li>
                            <span title="PNG32">32-bit Portable Network Graphics (PNG32)</span>
                            —32-bit Portable Network Graphics (PNG32) will be used.
                        </li>
                        <li>
                            <span title="JPG">Joint Photographic Experts Group (JPG)</span>
                            — Joint Photographic Experts Group (JPG) will be used.
                        </li>
                        <li>
                            <span title="GIF">Graphics Interchange Format (GIF)</span>
                            — Graphics Interchange Format (GIF) will be used.
                        </li>
                        <li>
                            <span title="EPS">Encapsulated PostScript (EPS)</span>
                            — Encapsulated PostScript (EPS) will be used.
                        </li>
                        <li>
                            <span title="SVG">Scalable Vector Graphics (SVG)</span>
                            —Scalable Vector Graphics (SVG) will be used.
                        </li>
                        <li>
                            <span title="SVGZ">Compressed Scalable Vector Graphics (SVGZ)</span>
                            —Compressed Scalable Vector Graphics (SVGZ) will be used.
                        </li>
                        <li>
                            <span title="AIX">Adobe Illustrator Exchange (AIX)</span>
                            —Adobe Illustrator Exchange (AIX) will be used.
                        </li>
                        <li>
                            <span title="TIFF">Tag Image File Format (TIFF)</span>
                            —Tag Image File Format (TIFF) will be used.
                        </li>
                    </ul>
                    <note type="note"/>
                    <p group="note">The background of the output file is always opaque.</p>
                </dialogReference>
            </param>
            <param datatype="String" direction="Input" displayname="Layout Template" expression="{MAP_ONLY | Gaida_A0_LIGGANDE | Gaida_A0_LIGGANDE_T | Gaida_A0_STAENDE | Gaida_A0_STAENDE_T | Gaida_A1_LIGGANDE | Gaida_A1_LIGGANDE_T | Gaida_A1_STAENDE | Gaida_A1_STAENDE_T | Gaida_A2_LIGGANDE | Gaida_A2_LIGGANDE_T | Gaida_A2_STAENDE | Gaida_A2_STAENDE_T | Gaida_A3_LIGGANDE | Gaida_A3_LIGGANDE_T | Gaida_A3_STAENDE | Gaida_A3_STAENDE_T | Gaida_A4_LIGGANDE | Gaida_A4_LIGGANDE_T | Gaida_A4_STAENDE | Gaida_A4_STAENDE_T}" name="Layout_Template" type="Optional">
                <dialogReference>
                    <para>The name of a template from the list or the keyword MAP_ONLY. When MAP_ONLY is used or an empty string is passed in, the output map will not contain any page layout elements such as title, legend, or scale bar.</para>
                </dialogReference>
            </param>
            <param datatype="String" direction="Input" displayname="Layout Item ID" expression="{Layout_Item_ID}" name="Layout_Item_ID" type="Optional">
                <dialogReference>
                    <p>
                        The portal ID (in JSON format) of the layout item that will be used for templates. Use the format: {"id": "&lt;portal-id&gt;"}. When a value is provided, this parameter takes precedence over the 
                        <span class="esri_uicontrol">Layout Template</span>
                         parameter.
                    </p>
                </dialogReference>
            </param>
            <param datatype="String" direction="Input" displayname="Report Template" expression="{Report_Template}" name="Report_Template" type="Optional">
                <dialogReference>
                    <p>The name of the report template.</p>
                    <p>
                        When this parameter value is provided, the 
                        <span class="esri_uicontrol">Format</span>
                         parameter must be set to 
                        <span class="esri_uicontrol">Portable Document Format (PDF)</span>
                        . When this parameter is unspecified, the output file will not contain any reports.
                    </p>
                </dialogReference>
            </param>
            <param datatype="String" direction="Input" displayname="Report Item ID" expression="{Report_Item_ID}" name="Report_Item_ID" type="Optional">
                <dialogReference>
                    <p>
                        The portal ID (in JSON format) of the report item that will be used for templates. Use the format: {"id": "&lt;portal-id&gt;"}. When a value is provided, this parameter takes precedence over the 
                        <span class="esri_uicontrol">Report Template</span>
                         parameter.
                    </p>
                </dialogReference>
            </param>
        </parameters>
        <arcToolboxHelpPath>withheld</arcToolboxHelpPath>
    </tool>
    <dataIdInfo>
        <idCitation>
            <resTitle>Export Web Map</resTitle>
        </idCitation>
        <searchKeys>
            <keyword>export web map</keyword>
            <keyword>export webmap</keyword>
            <keyword>map</keyword>
            <keyword>print</keyword>
            <keyword>print service</keyword>
            <keyword>printing</keyword>
            <keyword>printing service</keyword>
            <keyword>server</keyword>
            <keyword>web map</keyword>
            <keyword>web print service</keyword>
            <keyword>web printing</keyword>
            <keyword>web printing service</keyword>
            <keyword>webmap</keyword>
        </searchKeys>
    </dataIdInfo>
    <distInfo>
        <distributor>
            <distorFormat>
                <formatName>ArcToolbox Tool</formatName>
            </distorFormat>
        </distributor>
    </distInfo>
</metadata>
