Now I have the need to print a document from RHEL server to a Windows Printer Server, the protocol to be use is IPP.
The reason why protocol IPP is because on Windows Server 2012, LPD and LPR Services are deprecated, see https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/jj134163%28v%3dws.11%29
Another good reason to use IPP: https://www.pwg.org/ipp/everywhere.html
My question is, which is the best way on RHEL system to send a document to be printed to Windows Server Printer though IPP protocol?