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-languageRelated languages
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
@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.)