Difference between revisions of "ENIA Imaging System"

(Created page with "== Test ==")
 
Line 1: Line 1:
== Test ==
+
<table class="toptextcells toccolours float-right infobox">
 +
 
 +
<tr>
 +
<th colspan="2" style="background:#83caff; padding:.3em .8em; text-align:center; vertical-align:top;">ENIA<br>ES Network Image Acquisition<br></th></tr>
 +
<tr>
 +
 
 +
<td colspan="2" style="padding-bottom:.5em; padding-top:.5em; text-align:center; border-bottom:1px solid #a2a9b1;">
 +
 
 +
[[File:Enps_logo.png|300px|frameless|border|ENIA]]
 +
 
 +
</td></tr>
 +
<tr>
 +
<td colspan="2" style="padding-bottom:.5em; padding-top:.5em; text-align:center; border-bottom:1px solid #a2a9b1;">
 +
    [[File:Enps2.jpg|300px|thumb|ENIA Dialog from ES/S-B]]
 +
</td></tr>
 +
 
 +
 
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Developer'''
 +
</td>
 +
<td>Netroda Technologies
 +
</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Product Family'''
 +
</td>
 +
<td>[[Extensible Services / Server]]
 +
</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Licenses'''
 +
</td>
 +
<td>[[N.P.A.L.]], [[FoundationShield]] (EULA)
 +
</td></tr>
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Initial release'''
 +
</td>
 +
<td>2009
 +
</td></tr>
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Current Version'''
 +
</td>
 +
<td>1.21 (2023)
 +
</td></tr>
 +
 
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Platform'''</td>
 +
<td>Independend
 +
</td></tr>
 +
 
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Type'''</td>
 +
<td>Network based Imaging System
 +
</td></tr>
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Programmed in'''</td>
 +
<td>C++
 +
</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Origin'''
 +
</td>
 +
<td style="line-height: 12px;">
 +
<ul style="list-style:none;margin-left:0;font-size:14px;margin-bottom: 10px;">
 +
<li>esnetscan <ul style="list-style:none;margin-left: 10px;"><li>↳ ewbridge</li></ul>
 +
</li>
 +
</ul>
 +
</td>
 +
</tr>
 +
 
 +
 
 +
<tr>
 +
<td style="width: 130px;vertical-align: top;">'''Language(s)'''
 +
</td>
 +
<td>English (console)
 +
</td></tr>
 +
 
 +
 
 +
</table>
 +
 
 +
== ES-Network Image Acquisition ==
 +
 
 +
 
 +
'''ENPS''' Short for ES Network Printing System is the integrated, server-side based printing system for all ES/S Systems. It comes with all ES/S-B distributions and supports a wide range of printers without third party printer drivers, support of the printer does not necessarily depend on the operating system.
 +
 
 +
Normally, all ENPS printers are network printers, or at least, directly writable by ENPS as ENPS itself issues raw printer payloads.
 +
 
 +
== Technical ==
 +
 
 +
ENPS divides printers in two types, Graphical and native. Support is upon printer control language, the data supplied to be printed, the ENPS drivers and the host system itself.
 +
 
 +
ENPS can print using operating system supplied drivers, it's own graphical and/or native drivers.
 +
For very fast printings, in high-throughput ticketing applications native drivers are preferred.
 +
 
 +
Supported native printer languages (drivers), referred as OutputFormats
 +
 
 +
* ESC/POS (POS Printers)
 +
* DieboldNixdorf HP (Pass Book Printing)
 +
* ESC/P, ESC/P2 (High speed impact printing)
 +
* IPL Honeywell(Thermal/-Transfer Printing)
 +
* ZPL Zebra(Thermal/-Transfer Printing)
 +
* TCPL TOSHIBA-TEC
 +
* DPP Honeywell
 +
* PCL5, PCL6
 +
* PostScript
 +
* HPGL
 +
 
 +
Support varies by driver, version and printer. Some devices only support subsets of a specification or standard.
 +
 
 +
== Input Support ==
 +
 
 +
ENPS Supports varieties of file formats to be printed directly, or using internal conversion
 +
 
 +
* Mixed Formats
 +
** PDF
 +
** HTML
 +
* Vector Formats
 +
** HPGL
 +
** SVG
 +
* Raster Formats
 +
** JPEG
 +
** BMP
 +
** TIFF
 +
** PNG
 +
** GIF
 +
 
 +
Font and Symbology support is either provided by the printer, raster or vector source, included within data payload or by ENPS.
 +
 
 +
== Features ==
 +
 
 +
* Color profiles
 +
* Dither- and Raster process
 +
* Native drivers fallback on graphic driver issues
 +
* PostScript input support
 +
* On-the-fly overlays
 +
* Duplex printing
 +
* Automatic Native conversion using OCR
 +
 
 +
 
 +
== See also ==
 +
* [[Printing System]]
 +
 
 +
[[Category:Extensible Services Server]]

Revision as of 16:48, 11 July 2023

ENIA
ES Network Image Acquisition

ENIA

ENIA Dialog from ES/S-B
Developer Netroda Technologies
Product Family Extensible Services / Server
Licenses N.P.A.L., FoundationShield (EULA)
Initial release 2009
Current Version 1.21 (2023)
Platform Independend
Type Network based Imaging System
Programmed in C++
Origin
  • esnetscan
    • ↳ ewbridge
Language(s) English (console)

ES-Network Image Acquisition

ENPS Short for ES Network Printing System is the integrated, server-side based printing system for all ES/S Systems. It comes with all ES/S-B distributions and supports a wide range of printers without third party printer drivers, support of the printer does not necessarily depend on the operating system.

Normally, all ENPS printers are network printers, or at least, directly writable by ENPS as ENPS itself issues raw printer payloads.

Technical

ENPS divides printers in two types, Graphical and native. Support is upon printer control language, the data supplied to be printed, the ENPS drivers and the host system itself.

ENPS can print using operating system supplied drivers, it's own graphical and/or native drivers. For very fast printings, in high-throughput ticketing applications native drivers are preferred.

Supported native printer languages (drivers), referred as OutputFormats

  • ESC/POS (POS Printers)
  • DieboldNixdorf HP (Pass Book Printing)
  • ESC/P, ESC/P2 (High speed impact printing)
  • IPL Honeywell(Thermal/-Transfer Printing)
  • ZPL Zebra(Thermal/-Transfer Printing)
  • TCPL TOSHIBA-TEC
  • DPP Honeywell
  • PCL5, PCL6
  • PostScript
  • HPGL

Support varies by driver, version and printer. Some devices only support subsets of a specification or standard.

Input Support

ENPS Supports varieties of file formats to be printed directly, or using internal conversion

  • Mixed Formats
    • PDF
    • HTML
  • Vector Formats
    • HPGL
    • SVG
  • Raster Formats
    • JPEG
    • BMP
    • TIFF
    • PNG
    • GIF

Font and Symbology support is either provided by the printer, raster or vector source, included within data payload or by ENPS.

Features

  • Color profiles
  • Dither- and Raster process
  • Native drivers fallback on graphic driver issues
  • PostScript input support
  • On-the-fly overlays
  • Duplex printing
  • Automatic Native conversion using OCR


See also