Skip to content

Printer Emulators

Tres Finocchiaro edited this page Jan 27, 2017 · 28 revisions

Compatibility

  • ✅ 2.1 | ✅ 2.0 | ✅ 1.9 | ...

Background

The high costs of printer hardware can make a developer's job difficult when designing a product which has printing capabilities. Various methods exist for printing to virtual printers which avoid the need to purchase physical hardware during the research and development phases of a project as well as baseline troubleshooting of functionality.

Printer emulation is a critical part of reducing the overhead associated with a development lifecycle. Listed below are common printer hardware emulators/methods.

Pixel

OS Name Pixel Comments
Windows PDFCreator ✔️ Recommended choice for Windows. Download
Windows PrimoPDF ✔️ Good alternative to PDFCreator
Windows Microsoft XPS Document Writer ✔️ 600 dpi only; known to degrade image quality
Windows Microsoft Print to PDF ✔️ 600 dpi only; known to degrade image quality
macOS RWTS PDFwriter ✔️ Recommended choice for MacOS. Download
macOS Lisanet PDFwriter ✔️ Requires workarounds for macOS 10.10+
Linux CUPS-PDF ✔️ Recommended choice for Linux. Download via apt/dnf/etc**

Raw

OS Name Raw Comments
Windows QPCPrint ✔️ ESC/P Windows 7 or lower, disable UAC. Download
Windows Bematech ✔️ ESC/Bema Download (Portugese language)
Windows FILE: ✔️ Raw Configure, Inspect output using XVI32 hex editor
All Labelary ✔️ ZPL Recommended for ZPL. Visit site
Clone this wiki locally