update README
[Printer-EVOLIS.git] / README
1 NAME
2     Printer::EVOLIS - pixel-exact driver for EVOLIS Dualys two-side card
3     printer in perl
4
5 DESCRIPTION
6     This is experimental support for EVOLIS Dualys 3 printer with black
7     ribbon (K) to provide pixel-exact driver with support for two-side
8     printing.
9
10     Existing cups driver available at
11
12     http://www.evolis.com/eng/Drivers-Support/Product-support/Dualys-3
13
14     does work, but I haven't been able to make it print duplex on cards,
15     especially when generating front and back pages separatly.
16
17 SCRIPTS
18     Current toolset sonsists of following scripts:
19
20   scripts/inkscape-render.pl card/template.svg 201008159999 Name Surname
21     generate pbm files from Inkscape SVG template in `card/'
22
23   scripts/evolis-driver.pl front.pbm back.pbm > evolis.commands
24     provides driver which generates printer commands
25
26   scripts/evolis-simulator.pl evolis
27     provides simulator for EVOLIS printer which is useful for development
28
29 EXAMPLE
30       ./scripts/inkscape-render.pl card/ffzg-2010.svg 201008159999 Ime Prezime
31       ./scripts/evolis-driver.pl out/201008159999.front.pbm out/201008159999.back.pbm > evolis
32       ./scripts/evolis-simulator.pl evolis
33       qiv evolis*.pbm
34