From 51d06dd174af87254d5225512ba75656e97c0196 Mon Sep 17 00:00:00 2001 From: Gerhard Muth Date: Thu, 12 Dec 2024 23:52:25 +0100 Subject: [PATCH] Compression.GZIP option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca8c45ab..b35b6e13 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ val job = ippPrinter.printJob( numberUp(2), jobPriority(30), Compression.GZIP, - jobName(file.name), DocumentFormat.PDF, + jobName(file.name), pageRanges(2..3, 8..10), finishings(Punch, Staple), printerResolution(300, DPI),