Forum Discussion
Gianvito_Difilippo
Mar 11, 2021Copper Contributor
Universal Print not supporting IPP tag "nameWithoutLanguage" for attribute "media-type-supported"
Hello, we are testing our custom Universal Print connector, which updates the printers' attributes using the ones coming from the printers via IPP. We were able to print on some of the printers, sp...
NishantLakhanpal
Microsoft
Mar 16, 2021Hello,
Yes as per IPP, media-type-supported can be either "keyword" or "name". However, Microsoft Windows supports only the "keyword" values and skips the "name" values for media-type-supported attribute.
Yes as per IPP, media-type-supported can be either "keyword" or "name". However, Microsoft Windows supports only the "keyword" values and skips the "name" values for media-type-supported attribute.
- Gianvito_DifilippoMar 17, 2021Copper Contributor
Hello,
thank you for confirming that.
Can you tell me if there is a way to know in advance which types and values are allowed/supported by Universal Print for the attributes to provide when registering the printer? It would be very helpful to perform some sort of validation before registering the printer.
For example, we are having issues with the attribute "pclm-strip-height-supported" which the IPP specification says should be of type integer (and be a power of 2), but supplying such values results in an error response.