Skip to content

Creates PDF sheets with labels for RFID cards in a few clicks.

License

Notifications You must be signed in to change notification settings

daniel-k/card-label-imager

Repository files navigation

Publish Docker image

Card label imager

Generate printable A4 PDFs of ID-1 card labels. Upload an image, paste it from the clipboard, or load it from a URL, then position and scale it inside the card mask before adding multiple cards to a sheet. This is meant to be used with printable paper labels but you could print on regular paper and manually glue to the cards as well.

App screenshot

Note: This tool runs entirely in the browser and does not require a backend.

Download release

The quickest way to run it is to download the rendered HTML file from the latest release and open it in your browser.

Run locally

npm install
npm run dev

Build

npm run build
npm run preview

Docker (production)

docker run -p 8080:80 ghcr.io/daniel-k/card-label-imager:latest

Docker (development)

Build the image:

docker build -t card-image:prod .

Run the container:

docker run --rm -p 8080:80 card-image:prod

Fonts

This project uses the following fonts:

  • Fraunces — © The Fraunces Project Authors — licensed under the SIL Open Font License 1.1
  • Space Grotesk — © Florian Karsten — licensed under the SIL Open Font License 1.1

Font licenses: https://openfontlicense.org/

About

Creates PDF sheets with labels for RFID cards in a few clicks.

Resources

License

Stars

Watchers

Forks

Packages