Skip to main content

Open Graphtec Server — Documentation

Open Graphtec Server is a headless Data Link Server for Graphtec cutting plotters: it prepares print files with barcodes and registration marks, converts and stores cut jobs, and serves the right job the moment a cutter scans its barcode.

It is open source: github.com/Fieldkit-Print/open-graphtec-server.

Where to start

DocRead it when you want to…
Getting startedinstall the server and cut your first barcode job
Configurationlook up any environment variable
HTTP APIintegrate from a RIP, MIS, or script
Print preparationadd barcodes + marks to print files
Hot foldersdrive the server from watched folders
Webhooksget notified when a cutter pulls a job
Architectureunderstand the codebase and data flow
Troubleshootingfix scan errors and rejected files
Developmentrun the tests and extend the server

The workflow in one paragraph

Your prepress process produces a print PDF with cut paths marked (ISO 19593-1 processing steps, or a CutContour spot color). The server adds a barcode and registration marks to that file and simultaneously registers the matching cut job — same geometry, computed once. You print the marked file and load it into the cutter. The operator starts a barcode scan; the cutter reads the code, asks the server, receives the job, scans the four marks for registration, and cuts. Nobody touches a computer at cut time.