Vous êtes sur la page 1sur 6

HTML Membership Card Printing

Last Updated:
Prepared by:

11/12/2014
Ben Stafford

CONTENTS
1.

Javelin 330i Driver Installation (if not already installed) ................................................................................... 2


1.1.Finding and Installing the Javelin 330i Drivers ............................................................................................ 2

2.

Custom Client Setup............................................................................................................................................. 3

3. Membership Card Images ........................................................................................................................................... 3


4. Example HTML File ....................................................................................................................................................... 4
5. Legend Configuration .................................................................................................................................................. 5
5.1 Document Configuration ............................................................................................................................. 5
5.2 Global Settings ............................................................................................................................................. 5
6. Printing a Membership Card ........................................................................................................................................ 6

Page 1

1. JAVELIN 330I DRIVER INSTALLATION (IF NOT ALREADY INSTALLED)


1.1. FINDING AND INSTALLING THE JAVELIN 330I DRIVERS
1. Ensure that the Javelin 330i Card Printer is turned off.
2. Go to http://www.nbstech.co.uk/card_printer_drivers_and_manuals.asp#J330i and click
on the highlighted link (highlighted in Yellow below) this will launch the download
(Highlighted in red below).

3. Click on the download and click Run this will launch the Install Shield Wizard. Continue
through the Installation Wizard.
4. Once the install in completed, turn the Javelin 330i Card Printer on. The drivers previously
installed will automatically update and be applied to the Card Printer. The Javelin 330i
Card Printer will now appear in the Computers Devices and Printers (Start Menu >
Devices and Printers)

Page 2

2. CUSTOM CLIENT SETUP

1. The Javelin 330i Card Printer will need enabling and configuring in Legend Custom Client.
To do this, right click on Legend Custom Client > Click Devices > Click Edit. The Card
Printer should beconfigured as per the below image:

2. The WinDriver will need to be exactly the same as the printer name. To find this, go to
the Microsoft Start Menu > Devices and Printers > Right click on the Javelin 330i printer >
Click Properties > Copy the Card Printer name and paste it in the WinDriver box.

3. MEMBERSHIP CARD IMAGES


Any images you would like to have on the membership cards that the HTML will use will need to be stored on your
Legend I drive within the DOCS folder as Jpeg images.

Page 3

4. EXAMPLE HTML FILE


Open Notepad and paste the below HTML in to the file. The file should be saved as cardtemplate.default.html.
Once the HTML file has been created, you will need to save it in the I drive of your Legend session in the location
I:\DOCS\.
<html>
<body >
<table width = "300px" style="font-size: 11px;">
<tr>
<td width="20%" align="left">
<img width="60px" height="25px" src="I:/DOCS/Cardlogo1.jpg" />
</td>
<td align="center" width="60%">Central Card Title</td>
<td width="20%" align="right">
<img width="60px" height="25px" src="I:/DOCS/Cardlogo2.jpg" />
</td>
</tr>
</table>
<table width = "300px" style="font-size: 11px;">
<tr>
<td colspan="2" style="font-size:10px;">
Example Phone Number1: 12345 678912 <br />
Example Phone Number2: 12345 678912 <br />
Example Phone Number3: 12345 678912
</td>
<td>
<img style="width: 15mm; height: 18mm" alt="" src="" id = "MemberPhoto"
align="right"></img>
</td>
</tr>
<tr>
<td width="33%" align="left">
<span>www.COMPANYWEBSITE.com<span>
</td>
<td width="33%" align="center">
<span id="FirstName">FirstName</span>
<span id="LastName">LastName</span>
</td>
<td width="33%" align="right">
<span id="BarcodeString">1234567</span>
</td>
</tr>
<tr>
<td colspan="3" align="center" id="BarcodeImage" style="font-family: 'Free 3 of 9
Extended'; font-size: 44px;">
2004497
</td>
</tr>
<tr>
<td colspan="3" align="center" style="font-size:8px;">
Here is a message under the barcode
</td>
</tr>
</table>
</body>
</html>

Page 4

5. LEGEND CONFIGURATION
5.1 DOCUMENT CONFIGURATION
First you will need to create a Legend Document that will make use of the HTML file saved in I:\DOCS\.
Open the Legend Control Panel and double click on Document Management. In the form that appears,
click New. You will need to fill in the form as per the below image and then click OK:

5.2 GLOBAL SETTINGS


Open the Legend Control Panel and double click on Global Settings. Scroll through the tabs available in
global settings to the Print tab. Complete the settings as per the below image where the option for Html
Based Template is the name of the document you created in step 5.1 above:

Page 5

6. PRINTING A MEMBERSHIP CARD


To print a HTML membership card, search for the member in Legend Membership Management. In the left hand
menus, open the Special menu and click on Print Card as per the below image:

Click the Print Card option will open Legend Front of House (FOH) and display the card to be printed as per the
below image. Clicking Print will send the card to the Javelin printer to be printed:

Page 6

Vous aimerez peut-être aussi