-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b606722
commit 21dfec9
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cff-version: 1.2.0 | ||
title: Barcode Writer in Pure PostScript | ||
type: software | ||
authors: | ||
- name: Terry Burton | ||
repository-code: 'https://github.com/bwipp/postscriptbarcode' | ||
url: 'https://bwipp.terryburton.co.uk/' | ||
repository-artifact: 'https://github.com/bwipp/postscriptbarcode/releases' | ||
abstract: >- | ||
Barcode Writer in Pure Postscript (BWIPP) generates all barcode formats | ||
entirely within PostScript so that the process of converting the input data | ||
into the printed output can be performed by the printer or RIP itself. This | ||
is ideal for variable data printing (VDP) and avoids the need to re-implement | ||
the barcode generation process whenever your language needs change. | ||
keywords: | ||
- barcode | ||
- barcode generator | ||
- PostScript | ||
- GhostScript | ||
- Distiller | ||
- Printer | ||
- ECI | ||
- Variable Data Printing | ||
- GS1 Digital Link | ||
license: MIT |