Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

📚 ZPL2PDF - Documentation Index

Welcome to the ZPL2PDF documentation! This index helps you find the right documentation for your needs.


🌍 Documentation by Language

Translated READMEs

Want to contribute improvements? See CONTRIBUTING.md


📖 User Guides

Documentation for end-users:

Getting Started

Usage Guides

Advanced Topics


🛠️ Developer Documentation

Documentation for contributors and developers:

Development Workflow

Build & Deployment

Internal Documentation


🎯 Quick Links by Task

"I want to..."

Task Documentation
Install ZPL2PDF Installation Guide
Convert a ZPL file Quick Start
Set up auto-conversion Daemon Mode Guide
Use Docker Docker Guide
Use REST API REST API Guide
Change language Language Configuration
Build from source Development Setup
Contribute code Contributing Guide
Report a bug Bug Reports
Request a feature Feature Requests
Publish a release CI/CD Workflow
Test on Linux Docker Testing

📁 Documentation Structure

docs/
├── README.md                      (This file - Documentation index)
├── i18n/                          (Internationalization)
│   ├── README.pt-BR.md            (Portuguese)
│   ├── README.es-ES.md            (Spanish)
│   └── README.fr-FR.md            (French)
├── guides/                        (User guides - for end users)
│   ├── DOCKER_GUIDE.md            (Docker usage and deployment)
│   ├── DOCKER_TESTING.md          (Cross-platform testing with Docker)
│   ├── INNO_SETUP_GUIDE.md        (Windows installer guide)
│   ├── LANGUAGE_CONFIGURATION.md  (Multi-language setup)
│   ├── LINUX_PACKAGES.md          (Linux package installation)
│   └── API_GUIDE.md               (REST API usage and examples)
├── development/                   (Developer docs - for contributors)
│   ├── CI_CD_WORKFLOW.md          (CI/CD automation workflow)
│   ├── GIT_WORKFLOW_GUIDE.md      (Git workflow and branching)
│   ├── DOCKER_PUBLISH_GUIDE.md    (Docker image publishing)
│   └── WINGET_GUIDE.md            (WinGet package submission)
├── Image/                         (Screenshots & icons)
│   ├── ZPL2PDF.ico
│   ├── ZPL2PDF.png
│   └── example_*.png
└── Sample/                        (Sample ZPL files)
    ├── example.txt
    ├── test-*.txt
    └── *.prn

🔍 Search Documentation

Can't find what you're looking for? Try:

  1. Search the Wiki: GitHub Wiki
  2. Browse Issues: GitHub Issues
  3. Ask in Discussions: GitHub Discussions

🆕 Recently Updated

  • 📅 2025-01-30: Release 3.0.2 — Issue #45 (labels with ~DGR), Issue #48 (TCP Server), PR #47 (REST API)
  • 📅 2025-01-07: Docker Publishing Guide
  • 📅 2025-01-07: Multi-language Configuration Guide
  • 📅 2025-01-07: CI/CD Workflow Documentation
  • 📅 2025-01-07: Inno Setup Guide

🤝 Contributing to Documentation

Found a typo or want to improve the docs?

  1. Fork the repository
  2. Edit the documentation
  3. Submit a Pull Request

See Contributing Guide for details.


Need help? Open an Issue or start a Discussion!