Moxi Media Inc.
<print-config> Discussion Forum
IMF Developer's Guide » Print Configuration » <print-config>  

A print configuration XML file is used to define map templates that are available for printing high quality PDF format maps in your IMF application. A map template contains information about the map surround and other items that lay out your map.

The print configuration file can contain multiple templates. Each template can be a different page size and contain different map surrounds, text, and logos. If the supporting ArcIMS service is defined with higher memory limits than the default, large-format high-resolution maps are possible.

In order to use the template based print configuration, you must create a print configuration file then refer to the URL location of the print configuration file in your site configuration file using the <print-config-xml> element like the following example:

<print-config-xml url="print.xml"/>
To add a button to your toolbar so the user can open the proper request form for selecting a print template, also add one of the following to your site configuration file within a <toolset> element:
<button name="Print Map"
        url="$IMF/imfPrintMapTemplateForm.jsp"
        target="dataFrame"
        hint="Print Map"
	help="$IMF/help/printMapButton.txt"
	status="Prepares a scaled map in PDF format."
	graphic="$IMF/tools/print_1.gif"
	width="16" height="16"/>

<button name="Print Map"
        url="$IMF/imfPrintMapTemplateWysiwygForm.jsp"
        target="dataFrame"
        hint="Print Map"
	help="$IMF/help/printMapButton.txt"
	status="Prepares a scaled map in PDF format."
	graphic="$IMF/tools/print_1.gif"
	width="16" height="16"/>

The <print-config> element is the topmost tag of a print configuration XML file. The elements of the print configuration file must be enclosed in a <print-config> element tag:

<?xml version="1.0" encoding="UTF-8"?>
<print-config>
<!-- all your configuration stuff goes here -->
</print-config>

For best results, and to avoid making errors when working with the configuration files, use an XML editing tool like XMLSPY to create, edit, and validate your XML against the schema for the print configuration XML file format. The Home Edition works well, and is free.

Your XML documents should be validated against the schema that you have in the config directory of your IMF distribution. To specify that the file be validated when working with an XML editor, use something like the following in your print configuration documents:

<?xml version="1.0" encoding="UTF-8"?>
<print-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="c:/imf-aims51/config/print-config.xsd">
<!-- all your configuration stuff goes here -->
</print-config>
It is recommended that you use a relative file location for the schema instead of a complete file path. For example, if your configuration files are in a sub-folder of the $IMF/sites directory, you could use:
<?xml version="1.0" encoding="UTF-8"?>
<print-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="../../config/print-config.xsd">
<!-- all your configuration stuff goes here -->
</print-config>

Frequency Child Elements
RS+ <scale>
RS+ <resolution>
RS+ <template>
   

Frequency Description (in this context)
RS+ The child element must appear one or more times in the sequence specified.
   

Example:

<?xml version="1.0" encoding="UTF-8"?>
<print-config>

  <scale description="Current extent" value="0" default="true"/>
  <scale description="Current scale" value="-1"/>
  <scale description="1:1,000" value="1000"/>
  <scale description="1:2,500" value="2500"/>
  <scale description="1:5,000" value="5000"/>
  <scale description="1:10,000" value="10000"/>
  <scale description="1:20,000" value="20000"/>
  <scale description="1:50,000" value="50000"/>
  <scale description="1:100,000" value="100000"/>
  <scale description="1:250,000" value="250000"/>
  <scale description="1:1,000,000" value="1000000"/>
  <scale description="1:2,500,000" value="2500000"/>
  <scale description="1:5,000,000" value="5000000"/>
  <scale description="1:10,000,000" value="10000000"/>

  <resolution description="High" value="216"/>
  <resolution description="Medium" value="144"/>
  <resolution description="Low" value="72"/>

  <template name="8.5x11 Landscape" units="points" page-size="792,612" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="720,540" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="710,530" />

    <!-- Line separating title from Map -->
    <line from="41,535" to="607,535" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="607,571" to="607,75" width="0.5" />

    <!-- Client Logo -->
    <image url="$IMF/images/pixel.gif" position="41,535" size="95,36"/>

    <!-- Line separating logo from title -->
    <line from="136,535" to="136,571" width="0.5" />

    <!-- Title -->
    <titletext position="146,547" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,75" size="566,460" />
    
    <!-- Scalebar -->
    <scalebar position="44,78" length="100" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,75" to="607,75" width="0.5" />

    <!-- Keymap neatline -->
    <box position="612,452" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="612,452" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="607,447" to="751,447" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="679,430" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="612,75" size="134,367" />

    <!-- Legend Image -->
    <legend dpi="216" position="612,105" size="134,322"
            layer-font-size="7" value-font-size="6" swatch-width="7" swatch-height="5"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="627,103" to="731,103" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="289,30" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="336,75" to="336,41" width="0.5" />

    <!-- User text (Map Notes) -->
    <prompt line-height="7" alignment="left" font-size="7" prefix="Notes: " font="helvetica" position="342,43" size="259,30" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="618,78" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="695,86" alignment="center" prefix="Scale: 1:"/>

    <!-- Logo area -->
    <image url="$IMF/images/pixel.gif" position="645,45" size="75,26"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="604,78" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="8.5x11 Landscape - 2 Col. Legend" units="points" page-size="792,612" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="720,540" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="710,530" />

    <!-- Line separating title from Map -->
    <line from="41,535" to="607,535" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="607,571" to="607,75" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,535" to="136,571" width="0.5" />

    <!-- Title -->
    <titletext position="146,547" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,75" size="566,460" />

    <!-- Scalebar -->
    <scalebar position="44,78" length="100" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,75" to="607,75" width="0.5" />

    <!-- Keymap neatline -->
    <box position="612,452" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="612,452" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="607,447" to="751,447" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="679,430" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="612,75" size="134,367" />

    <!-- Legend Image -->
    <legend dpi="216" position="612,105" size="134,600" columns="2"
            layer-font-size="5" value-font-size="4" swatch-width="5" swatch-height="3"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="627,103" to="731,103" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="289,30" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="336,75" to="336,41" width="0.5" />

    <!-- User text (Map Notes) -->
    <prompt line-height="7" alignment="left" font-size="7" prefix="Notes: " font="helvetica" position="342,43" size="259,30" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="618,78" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="695,86" alignment="center" prefix="Scale: 1:"/>

    <!-- Client Logo -->
    <image url="$IMF/images/pixel.gif" position="645,45" size="75,26"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="604,78" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="8.5x11 Portrait" units="points" page-size="612,792" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="540,720" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="530,710" />

    <!-- Line separating title from Map -->
    <line from="41,715" to="571,715" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="427,715" to="427,70" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,715" to="136,751" width="0.5" />

    <!-- Title -->
    <titletext position="146,727" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,70" size="386,645" />

    <!-- Scalebar -->
    <scalebar position="44,73" length="100" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,70" to="427,70" width="0.5" />

    <!-- Keymap neatline -->
    <box position="432,596" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="432,596" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="427,591" to="571,591" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="499,574" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="432,70" size="134,516" />

    <!-- Legend Image -->
    <legend dpi="216" position="432,100" size="134,471"
            layer-font-size="7" value-font-size="6" swatch-width="7" swatch-height="5"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="447,98" to="551,98" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="382,25" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <!--<line from="336,70" to="336,41" width="0.5" />-->

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="438,73" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="515,81" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="424,73" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="8.5x11 Portrait - 2 Col. Legend" units="points" page-size="612,792" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="540,720" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="530,710" />

    <!-- Line separating title from Map -->
    <line from="41,715" to="571,715" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="427,715" to="427,70" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,715" to="136,751" width="0.5" />

    <!-- Title -->
    <titletext position="146,727" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,70" size="386,645" />

    <!-- Scalebar -->
    <scalebar position="44,73" length="100" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,70" to="427,70" width="0.5" />

    <!-- Keymap neatline -->
    <box position="432,596" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="432,596" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="427,591" to="571,591" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="499,574" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="432,70" size="134,516" />

    <!-- Legend Image -->
    <legend dpi="216" position="432,100" size="134,831" columns="2"
            layer-font-size="5" value-font-size="4" swatch-width="5" swatch-height="3"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="447,98" to="551,98" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="382,25" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <!--<line from="336,70" to="336,41" width="0.5" />-->

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="438,73" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="515,81" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="424,73" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="8.5x14 Landscape" units="points" page-size="1008,612" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="936,540" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="926,530" />

    <!-- Line separating title from Map -->
    <line from="41,535" to="823,535" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="823,571" to="823,75" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,535" to="136,571" width="0.5" />

    <!-- Title -->
    <titletext position="146,547" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,75" size="782,460" />

    <!-- Scalebar -->
    <scalebar position="44,78" length="200" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,75" to="823,75" width="0.5" />

    <!-- Keymap neatline -->
    <box position="828,452" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="828,452" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="823,447" to="967,447" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="895,430" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="828,75" size="134,367" />

    <!-- Legend Image -->
    <legend dpi="216" position="828,105" size="134,322"
            layer-font-size="7" value-font-size="6" swatch-width="7" swatch-height="5"/>

    <!-- Line separating Legend from Scale / Northarrow -->
    <line from="843,103" to="947,103" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="289,30" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="336,75" to="336,41" width="0.5" />

    <!-- User text (Map Notes) -->
    <prompt line-height="7" alignment="left" font-size="7" prefix="Notes: " font="helvetica" position="342,43" size="475,30" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="834,78" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="911,86" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="820,78" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="8.5x14 Landscape - 2 Col. Legend" units="points" page-size="1008,612" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="936,540" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="926,530" />

    <!-- Line separating title from Map -->
    <line from="41,535" to="823,535" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="823,571" to="823,75" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,535" to="136,571" width="0.5" />

    <!-- Title -->
    <titletext position="146,547" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,75" size="782,460" />

    <!-- Scalebar -->
    <scalebar position="44,78" length="200" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,75" to="823,75" width="0.5" />

    <!-- Keymap neatline -->
    <box position="828,452" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="828,452" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="823,447" to="967,447" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="895,430" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="828,75" size="134,367" />

    <!-- Legend Image -->
    <legend dpi="216" position="828,105" size="134,600" columns="2"
            layer-font-size="5" value-font-size="4" swatch-width="5" swatch-height="3"/>

    <!-- Line separating Legend from Scale / Northarrow -->
    <line from="843,103" to="947,103" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="289,30" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="336,75" to="336,41" width="0.5" />

    <!-- User text (Map Notes) -->
    <prompt line-height="7" alignment="left" font-size="7" prefix="Notes: " font="helvetica" position="342,43" size="475,30" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="834,78" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="911,86" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="820,78" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="8.5x14 Portrait" units="points" page-size="612,1008" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="540,936" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="530,926" />

    <!-- Line separating title from Map -->
    <line from="41,931" to="571,931" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="427,931" to="427,70" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,931" to="136,967" width="0.5" />

    <!-- Title -->
    <titletext position="146,943" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,70" size="386,861" />

    <!-- Scalebar -->
    <scalebar position="44,73" length="100" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,70" to="427,70" width="0.5" />

    <!-- Keymap neatline -->
    <box position="432,812" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="432,812" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="427,807" to="571,807" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="499,790" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="432,70" size="134,732" />

    <!-- Legend Image -->
    <legend dpi="216" position="432,100" size="134,687"
            layer-font-size="7" value-font-size="6" swatch-width="7" swatch-height="5"/>

    <!-- Line separating Legend from Scale / Northarrow -->
    <line from="447,98" to="551,98" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="382,25" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="438,73" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="515,81" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="424,73" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="11x17 Landscape" units="points" page-size="1224,792" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="1152,720" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="1142,710" />

    <!-- Line separating title from Map -->
    <line from="41,715" to="1039,715" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="1039,751" to="1039,75" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,715" to="136,751" width="0.5" />

    <!-- Title -->
    <titletext position="146,727" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,75" size="998,640" />

    <!-- Scalebar -->
    <scalebar position="44,78" length="200" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,75" to="1039,75" width="0.5" />

    <!-- Keymap neatline -->
    <box position="1044,632" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="1044,632" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="1039,627" to="1183,627" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="1111,610" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="1044,75" size="134,547" />

    <!-- Legend Image -->
    <legend dpi="216" position="1044,105" size="134,502"
            layer-font-size="7" value-font-size="6" swatch-width="7" swatch-height="5"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="1059,103" to="1163,103" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="289,30" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="336,75" to="336,41" width="0.5" />

    <!-- User text (Map Notes) -->
    <prompt line-height="7" alignment="left" font-size="7" prefix="Notes: " font="helvetica" position="342,43" size="691,30" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="1050,78" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="1127,86" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="1036,78" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="11x17 Portrait" units="points" page-size="792,1224" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="2" position="36,36" size="720,1152" />

    <!-- Inside Neatline -->
    <box outline-width="0.5" position="41,41" size="710,1142" />

    <!-- Line separating title from Map -->
    <line from="41,1147" to="607,1147" width="0.5" />

    <!-- Line separating Map from Legend -->
    <line from="607,1183" to="607,75" width="0.5" />

    <!-- Line separating logo from title -->
    <line from="136,1147" to="136,1183" width="0.5" />

    <!-- Title -->
    <titletext position="146,1159" font="helvetica_bold" font-size="16" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="41,75" size="566,1072" />

    <!-- Scalebar -->
    <scalebar position="44,78" length="100" divisions="2" font="helvetica_bold" font-size="9"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="41,75" to="607,75" width="0.5" />

    <!-- Keymap neatline -->
    <box position="612,1064" size="134,114" outline-width="0.5" />

    <!-- Keymap -->
    <indexmap dpi="300" position="612,1064" size="134,114" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="607,1059" to="751,1059" width="0.5" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="10" position="679,1042" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="0.5" position="612,75" size="134,979" />

    <!-- Legend Image -->
    <legend dpi="216" position="612,105" size="134,934"
            layer-font-size="7" value-font-size="6" swatch-width="7" swatch-height="5"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="627,103" to="731,103" width="0.5" />

    <!-- Disclaimer -->
    <paragraph line-height="7" font-size="7" font="helvetica" position="43,43" size="289,30" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="336,75" to="336,41" width="0.5" />

    <!-- User text (Map Notes) -->
    <prompt line-height="7" alignment="left" font-size="7" prefix="Notes: " font="helvetica" position="342,43" size="259,30" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="618,78" size="22,22"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="8" position="695,86" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="604,78" font="helvetica_bold" font-size="9" alignment="right"/>

  </template>

  <template name="17x22 Landscape" units="points" page-size="1584,1224" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="3" position="36,36" size="1512,1152" />

    <!-- Inside Neatline -->
    <box outline-width="1" position="46,46" size="1492,1132" />

    <!-- Line separating title from Map -->
    <line from="46,1106" to="1250,1106" width="1" />

    <!-- Line separating Map from Legend -->
    <line from="1250,1178" to="1250,117" width="1" />

    <!-- Line separating logo from title -->
    <line from="236,1178" to="236,1106" width="1" />

    <!-- Title -->
    <titletext position="256,1130" font="helvetica_bold" font-size="32" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="46,117" size="1204,989" />

    <!-- Scalebar -->
    <scalebar position="52,123" length="300" divisions="2" font="helvetica_bold" font-size="18"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="46,117" to="1250,117" width="1" />

    <!-- Keymap neatline -->
    <box position="1260,939" size="268,228" outline-width="1" />

    <!-- Keymap -->
    <indexmap dpi="300" position="1260,939" size="268,228" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="1250,929" to="1538,929" width="1" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="20" position="1394,895" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="1" position="1260,117" size="268,802" />

    <!-- Legend Image -->
    <legend dpi="216" position="1260,179" size="268,702" title="Legend" cellspacing="4"
            layer-font-size="9" value-font-size="7" swatch-width="12" swatch-height="8"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="1280,173" to="1508,173" width="1" />

    <!-- Disclaimer -->
    <paragraph line-height="14" font-size="14" font="helvetica" position="50,50" size="578,60" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="632,117" to="632,46" width="1" />

    <!-- User text (Map Notes) -->
    <prompt line-height="14" alignment="left" font-size="14" prefix="Notes: " font="helvetica" position="642,50" size="598,60" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="1272,123" size="44,44"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="16" position="1427,139" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="1244,123" font="helvetica_bold" font-size="18" alignment="right"/>

  </template>

  <template name="17x22 Portrait" units="points" page-size="1224,1584" border-width="36">

    <!-- Outside Neatline -->
    <box outline-width="3" position="36,36" size="1152,1512" />

    <!-- Inside Neatline -->
    <box outline-width="1" position="46,46" size="1132,1492" />

    <!-- Line separating title from Map -->
    <line from="46,1466" to="890,1466" width="1" />

    <!-- Line separating Map from Legend -->
    <line from="890,1538" to="890,117" width="1" />

    <!-- Line separating logo from title -->
    <line from="236,1538" to="236,1466" width="1" />

    <!-- Title -->
    <titletext position="256,1490" font="helvetica_bold" font-size="32" alignment="left" default="Internet Mapping Framework" />

    <!-- Map image -->
    <map position="46,117" size="844,1349" />

    <!-- Scalebar -->
    <scalebar position="52,123" length="200" divisions="2" font="helvetica_bold" font-size="18"/>

    <!-- Line separating Map from Disclaimer / User text -->
    <line from="46,117" to="890,117" width="1" />

    <!-- Keymap neatline -->
    <box position="900,1299" size="268,228" outline-width="1" />

    <!-- Keymap -->
    <indexmap dpi="300" position="900,1299" size="268,228" type="box" />

    <!-- Line separating Keymap from Legend -->
    <line from="890,1289" to="1178,1289" width="1" />

    <!-- Legend title -->
    <text font="helvetica_bold" font-size="20" position="1034,1255" alignment="center" text="Legend"/>

    <!-- Legend Neatline -->
    <box outline-width="1" position="900,117" size="268,1162" />

    <!-- Legend Image -->
    <legend dpi="216" position="900,179" size="268,1062" title="Legend" cellspacing="4"
            layer-font-size="9" value-font-size="7" swatch-width="12" swatch-height="8"/>

    <!-- Line separating Legend from Northarrow / Scale -->
    <line from="920,173" to="1148,173" width="1" />

    <!-- Disclaimer -->
    <paragraph line-height="14" font-size="14" font="helvetica" position="50,50" size="578,60" text="This map is a user generated static output from an Internet mapping site and is for general reference only.  Data layers that appear on this map may or may not be accurate, current, or otherwise reliable.  THIS MAP IS NOT TO BE USED FOR NAVIGATION." />

    <!-- Line separating Disclaimer from Map Notes -->
    <line from="632,117" to="632,46" width="1" />

    <!-- User text (Map Notes) -->
    <prompt line-height="14" alignment="left" font-size="14" prefix="Notes: " font="helvetica" position="642,50" size="238,60" type="paragraph" name="Map Notes" />

    <!-- North arrow -->
    <northarrow url="$IMF/images/northarrow3.png" position="912,123" size="44,44"/>

    <!-- Scale text -->
    <scaletext font="helvetica_bold" font-size="16" position="1067,139" alignment="center" prefix="Scale: 1:"/>

    <!-- Center Coordinate Text -->
    <centercoordinatetext position="884,123" font="helvetica_bold" font-size="18" alignment="right"/>

  </template>

</print-config>

Valid HTML 4.01!