Skip to content

Commit

Permalink
added link to repo document-format-supported
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Dec 18, 2024
1 parent c13c10f commit 570c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +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).
CUPS [supports PDF](https://openprinting.github.io/achievements/#pdf-instead-of-postscript-as-standard-print-job-format). I've started to collect supported formats in repository [document-format-supported](https://github.com/gmuth/document-format-supported).

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

0 comments on commit 570c9c6

Please sign in to comment.