Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furstenheim/zpl-plugin
Intellij plugin with support for zpl (Zebra Programming Language)
https://github.com/furstenheim/zpl-plugin
Last synced: 5 days ago
JSON representation
Intellij plugin with support for zpl (Zebra Programming Language)
- Host: GitHub
- URL: https://github.com/furstenheim/zpl-plugin
- Owner: furstenheim
- Created: 2020-03-15T10:38:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T19:37:55.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:19:17.467Z (8 months ago)
- Language: Java
- Size: 9.74 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ZPL Plugin
Adds basic functionality to deal with [ZPL language](https://en.wikipedia.org/wiki/Zebra_(programming_language)).
Currently it offers basic documentation for ZPL commands:
![ZPL Example](./resources/screenshot.jpeg)
Main plugin [website](https://plugins.jetbrains.com/plugin/13958-zpl-plugin)
### What is ZPL?
The zebra programming language is aimed at creating labels in the Zebra printers. For example the following code:
^XA
^FX Top section with company logo, name and address.
^CF0,60
^FO50,50^GB100,100,100^FS
^FO75,75^FR^GB100,100,100^FS
^FO88,88^GB50,50,50^FS
^FO220,50^FDIntershipping, Inc.^FS
^CF0,30
^FO220,115^FD1000 Shipping Lane^FS
^FO220,155^FDShelbyville TN 38102^FS
^FO220,195^FDUnited States (USA)^FS
^FO50,250^GB700,1,3^FS
^FX Second section with recipient address and permit information.
^CFA,30
^FO50,300^FDJohn Doe^FS
^FO50,340^FD100 Main Street^FS
^FO50,380^FDSpringfield TN 39021^FS
^FO50,420^FDUnited States (USA)^FS
^CFA,15
^FO600,300^GB150,150,3^FS
^FO638,340^FDPermit^FS
^FO638,390^FD123456^FS
^FO50,500^GB700,1,3^FS
^FX Third section with barcode.
^BY5,2,270
^FO100,550^BC^FD12345678^FS
^FX Fourth section (the two boxes on the bottom).
^FO50,900^GB700,250,3^FS
^FO400,900^GB1,250,3^FS
^CF0,40
^FO100,960^FDCtr. X34B-1^FS
^FO100,1010^FDREF1 F00B47^FS
^FO100,1060^FDREF2 BL4H8^FS
^CF0,190
^FO470,955^FDCA^FS
^XZRepresents:
![](./resources/zpl-example.png)