Is PDF support universal #34
-
|
I have a question regarding PDF format, is this format supported universally by IPP enabled printers? |
Beta Was this translation helpful? Give feedback.
Answered by
danielklecha
Jun 12, 2026
Replies: 1 comment
-
|
@alberk8 it depends on printer. You must call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alberk8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alberk8 it depends on printer. You must call
GetPrinterAttributesoperation and checkGetPrinterAttributesResponse\PrinterAttributes\DocumentFormatSupported. If this array containsapplication/pdfthen you can pass pdf file.application/octet-streamcould work too but I'm not sure.