Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
enoy19 committed Aug 25, 2023
1 parent 215c572 commit d6fa9c1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Besides template management, zpl-tool also provides support for managing multipl

## Features

- **📄 Manage Multiple ZPL Templates**: Easily handle multiple ZPL templates with variable support.
- **✏️ Manage Multiple ZPL Templates**: Easily handle multiple ZPL templates with variable support.
- **🔍 Live Template Preview**: Generates a live preview of the templates with automatic updates when testing variables.
- **🖨️ Support for Multiple Printers**: Manage multiple printers, including Serial and TCP printers.
- **🔢 Bulk Printing**: Efficiently print in bulk by providing a CSV file.
- **📄 PDF Printing**: Print any PDF file.

## Quick Start

Expand Down Expand Up @@ -69,7 +70,7 @@ After running this command, zpl-tool will be available at [http://localhost:3000

### Managing Printers & Printing

- **Navigate to Printers**: Click `Printers` in the navigation bar
- **Navigate to Printers**: Click `Printers` in the navigation bar.
- **Add a Printer**: Add a serial or tcp printer by entering the configuration and saving.

![Printers](./assets/printers.jpg)
Expand All @@ -83,6 +84,13 @@ After running this command, zpl-tool will be available at [http://localhost:3000

![Print](./assets/print.jpg)

### Printing PDF

- **Navigate to Print PDF**: Click `Print PDF` in the navigation bar.
- **Drop your PDF**: Drag&Drop you PDF file into the upload zone or click the zone and select your file.
- **Print**: Click print!
- **⚠️ IMPORTANT ⚠️**: You need to configure the Printer dimensions and dpmm in the `Printers` page.

## Developing

### Prerequisites
Expand Down

0 comments on commit d6fa9c1

Please sign in to comment.