Skip to content

Commit

Permalink
Mention CUPS for PDF support
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Dec 12, 2024
1 parent dbea1ec commit 6bf072d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ implementation("de.gmuth:ipp-client:3.2")
### [IppPrinter](https://github.com/gmuth/ipp-client-kotlin/blob/master/src/main/kotlin/de/gmuth/ipp/client/IppPrinter.kt) and [IppJob](https://github.com/gmuth/ipp-client-kotlin/blob/master/src/main/kotlin/de/gmuth/ipp/client/IppJob.kt)

Printing a PDF file [requires the printer to support rendering PDF](https://github.com/gmuth/ipp-client-kotlin/issues/15). `ippPrinter.documentFormatSupported` contains a list of formats (pdls) supported by your printer.
CUPS [supports PDF](https://openprinting.github.io/achievements/#pdf-instead-of-postscript-as-standard-print-job-format).

```kotlin
// Initialize printer connection and log printer attributes
Expand Down

0 comments on commit 6bf072d

Please sign in to comment.