Title here
Summary here
Source: github.com/drlholloway/tayda-uv-artwork-processor (Go, MIT)
Tayda’s UV printing service is a gift to small pedal builders. You can go from a bare aluminium box to a professionally finished enclosure quickly and for very little money. The hard part is getting the artwork into the exact shape Tayda’s Box Tool expects: the right artboard size for each side, the right resolution, and the right spot colours for the white undercoat and optional gloss varnish.
A community web tool exists for the front face, but web tools disappear. I wanted something that runs locally, covers every side of the box, and can be scripted.
RDG_WHITE undercoat and optional RDG_GLOSS varnish layers in the order
Tayda’s process expects.# what size does each side need to be?
tayda-uv sides 1590B
# check artwork without writing anything
tayda-uv validate -e 1590B -s A face.png
# write the print-ready PDF
tayda-uv convert -e 1590B -s A -o face.pdf face.png
# read it back and confirm what is in it
tayda-uv inspect -e 1590B -s A face.pdf