-
-
Notifications
You must be signed in to change notification settings - Fork 6
Installation Guide
Bruno Campos edited this page Oct 8, 2025
·
1 revision
ZPL2PDF supports multiple installation methods across different platforms.
winget install brunoleocam.ZPL2PDF- Go to Releases
- Download
ZPL2PDF-v2.0.0-win-x64.zip - Extract to desired folder
- Add to PATH (optional)
- Download
ZPL2PDF-Setup-v2.0.0.exe - Run installer with admin privileges
- Follow installation wizard
# Pull image
docker pull brunoleocam/zpl2pdf:latest
# Run container
docker run -v /path/to/watch:/app/watch -v /path/to/output:/app/output brunoleocam/zpl2pdf:latest# Download and extract
wget https://github.com/brunoleocam/ZPL2PDF/releases/download/v2.0.0/ZPL2PDF-v2.0.0-linux-x64.tar.gz
tar -xzf ZPL2PDF-v2.0.0-linux-x64.tar.gz
# Make executable
chmod +x ZPL2PDF
# Install dependencies
sudo apt-get install libgdiplus libc6-dev # Ubuntu/Debian
sudo yum install libgdiplus glibc-devel # CentOS/RHEL# Ubuntu/Debian (PPA)
sudo add-apt-repository ppa:brunoleocam/zpl2pdf
sudo apt update && sudo apt install zpl2pdf
# Fedora/CentOS (COPR)
sudo dnf copr enable brunoleocam/zpl2pdf
sudo dnf install zpl2pdf# Download and extract
curl -L https://github.com/brunoleocam/ZPL2PDF/releases/download/v2.0.0/ZPL2PDF-v2.0.0-osx-arm64.tar.gz -o ZPL2PDF.tar.gz
tar -xzf ZPL2PDF.tar.gz
# Make executable
chmod +x ZPL2PDFbrew install brunoleocam/zpl2pdf/zpl2pdf- OS: Windows 10+, Ubuntu 18.04+, macOS 10.15+
- RAM: 512 MB
- Storage: 100 MB free space
- Architecture: x64, ARM64, ARM
- Linux: libgdiplus, glibc
- Docker: Docker 20.10+
Test your installation:
ZPL2PDF --helpExpected output:
ZPL2PDF - Conversor ZPL para PDF
Usage: ZPL2PDF.exe [opΓ§Γ΅es]
...
- Basic Usage - Learn how to use ZPL2PDF
- Configuration - Configure settings
- Docker Deployment - Advanced Docker setup