From b035744ad180bfc8e48a2a2151e543e667eab966 Mon Sep 17 00:00:00 2001 From: Kory Prince Date: Wed, 5 May 2021 13:17:38 -0500 Subject: [PATCH] add ppd-make-and-model attribute --- constants.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.go b/constants.go index 2084a44..0f00488 100644 --- a/constants.go +++ b/constants.go @@ -308,6 +308,7 @@ const ( AttributeLastDocument = "last-document" AttributeMyJobs = "my-jobs" AttributePPDName = "ppd-name" + AttributePPDMakeAndModel = "ppd-make-and-model" AttributePrinterIsShared = "printer-is-shared" AttributePrinterURI = "printer-uri" AttributePurgeJobs = "purge-jobs" @@ -393,6 +394,7 @@ var ( AttributeNumberUp: TagInteger, AttributeOrientationRequested: TagEnum, AttributePPDName: TagName, + AttributePPDMakeAndModel: TagText, AttributeNumberOfDocuments: TagInteger, AttributePrintQuality: TagEnum, AttributePrinterErrorPolicy: TagName,