Setting Up Location-based Printing

Using the iPrint Map Designer tool, you can quickly create a map showing printer locations. The tool lets you import floor plans that can be used to drag and drop printers to actual locations. These maps are then published on a Web server so users can install printers that are closest to their location.


Creating Location-based Maps with iPrint Map Designer


Prerequisites


Using the iPrint Map Designer

Use the iPrint Map Designer to create location-based maps using background images of your buildings. When the map is created, you must use the iPrint Map Designer to modify or update your maps. Changes to a map file that are made outside of the iPrint Map Designer are not supported. If you need to add links to a map, you should create a frameset file and then display the map file in one frame and display your links in a different frame.


Creating a Map for Printing

Before creating the map, ensure the following:

  1. To start iPrint Map Designer, open http://server_address:port/login/ippdocs/maptool.htm where server_address is the server's IP address or DNS name of the server where the printer agent is running.

    NOTE:  Save the map to a local drive, then copy the map to sys:\login\ippdocs.

  2. Select a map from the Background drop-down list.

  3. (Optional) Add a printer to the map.

    1. Click the printer icon and drag the printer to the desired location on the map.

    2. From the printer Icon field, select the type of printer and size.

      Sizes range from 1 to 6, with 1 being the largest. Icons with a C indicate color printers.

    3. Next to the Printer List field, click the Browse icon and enter the IP address or DNS name of the server where the print services manager is running.

    4. From the printer list, select the printer agent you want associated with this printer icon.

      If the printer is not listed, then you have not enabled IPP for the printer. See "Configuring iPrint Printers" on page 11 for more information.

      The Printer URL and Mouse Over Text is automatically filled in with the printer agent information.

      Printer URL: The URL created for the printer when IPP is enabled for the printer. You should not need to change the URL.

      Mouse Over Text: By default, displays the printer agent's name. You can override this information by entering the text you want to display when a user moves the mouse over the Printer icon.

    5. (Optional) In the Printer Caption field, enter the information to display, using Enter to parse the information onto multiple lines.

    6. Repeat Step 4 through Step 8 to add additional printers to your map.

  4. (Optional) Edit a printer's information by clicking the desired printer's icon and then editing the printer information fields.

    To deselect a Printer icon while in the map, click anywhere in the design area.

  5. Click Save and save the map to sys:login\ippdocs.

    WARNING:  

    If you click Refresh or exit Internet Explorer without saving the map, all changes made since the last time the map was saved will be lost.

To retrieve and modify an existing map file, click Open and browse to the directory where the map is located.


Adding Printers from Different Print Service Managers

You can add printers from different print services managers to the same map. First, add the printers from one print services manager. Then click the Browse icon and select a different manager.

If you need to add or modify printers from a previously used print services manager, click a Printer icon from that manager and the Printer List will be populated with printers from that manager.


Hosting Maps on a Web Server

After creating your maps, you need to post them on a Web server. Copy the contents of the \ippdocs directory and its subdirectories to the Web server in order for your maps and iPrint to work properly. You can link to your maps from your company's internal Web page or send the URL out to your users.


Modifying Printer Driver Defaults and Printer Persistence of a Map

By editing the HTML code of the map file you create, you can specify the default settings of printers in the map.

For example, if you use a specific printer for printing 8-1/2x14 documents in duplex mode, you can set the default paper size to Legal and turn on duplexing. The following procedure shows you how to make this change:

  1. Using an editor, open the map file you created using the iPrint Map Designer.

  2. Scroll down the file until you find the printer you want to modify.

    The printer definition code will look like the following example:

    <!-- ipp_printer_1-->
    <DIV id="ipp_printer_1" style="position:absolute;left:505;top:373;" ALIGN="center">
    <A name="ipp_printer_1" href="http://print.mycompany.com:631/login/ippdocs/ISINSTF.HTM?ippPrinterURL=ipp://print.mycompany.com/ipp/corporate-hp4050n&onInstalled=status&onNotInstalled=install">
    <IMG name="ipp_printer_1" src="images/printers/p1e.gif" alt="CORPORATE-HP4050N" border=0></A>
    <DIV ID="ipp_printer_1_caption"></DIV></DIV>
  3. Edit the code using either or both of the following syntaxes:

    &driver-options=parameter:value;
    &persistence=parameter:value;

    The resulting code will look like this:

    <A name="ipp_printer_1" href="http://print.mycompany.com:631/login/ippdocs/ISINSTF.HTM?ippPrinterURL=ipp://print.mycompany.com/ipp/corporate-hp4050n&onInstalled=status&onNotInstalled=install&driver-options=papersize:legal;duplex:yes;persistence=volatile-reboot">
  4. Save the file.

For more information on these settings, see Changing Printer Driver Default Install Options and "Setting Printer Persistence" on page 19.


Using the Keyboard with iPrint Map Designer

You can use the keyboard to create maps using iPrint Map Designer. The following table lists the tasks to complete and the corresponding keystrokes required.

Task Press

Move between fields

Tab

Insert printer icon

NOTE:  Before you can insert a printer, your focus must be the design area.

Insert

Move printer icon within the design area

Arrow keys

Select a field

Enter


Creating Printer Lists

Printer lists allow users to select printers using categories that are meaningful to them. For example, you could create a list of printers by building location, department names, eDirectory Context, etc. iPrint provides a default list of printers organized by print services manager. To create a custom list, you must use an HTML editor and create links to the printer's IPP URL. This URL is displayed when you enable IPP for a printer.

To view a printer's URL:

  1. From Novell iManager, click iPrint Management > Manage Printer.

  2. Browse to and select the printer you want.

  3. Click Client Support > IPP Support.

    The printer's URL is displayed under Accepted IPP URL.