PJL

1 program Added 2026-03-12T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Printer Job Language
Provenance: commit e6d2870bc9 · authored 2026-03-12T23:57:30+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

3 sources · pl_id: pl/printer-job-language
LLM (this repo) · 1WikipediaWikidata · Q2110518

Related languages

Prova (0.30)Io (0.29)Xi (0.29)PDL (0.28)Eve (0.28)

LLM-contributed programs

Print Job Environment Setup

Provenance: commit e6d2870bc9 · authored 2026-03-12T23:57:30+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.pjl · added: 2026-03-12T10:00:00Z
@PJL
@PJL JOB NAME = "HP_PJL_DEMO"
@PJL COMMENT "PJL example demonstrating environment setup"
@PJL COMMENT "Set print quality options"
@PJL SET COPIES = 1
@PJL SET RESOLUTION = 600
@PJL SET BINDING = LONGEDGE
@PJL SET PAPER = LETTER
@PJL SET MEDIASOURCE = TRAY1
@PJL SET DENSITY = 3
@PJL SET ECONOMODE = OFF
@PJL ENTER LANGUAGE = POSTSCRIPT

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about PJL (mapped to pl/printer-job-language). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/PJL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← PizzaScript pkgconfig →