A .NET Standard library that can be used as IPP client and IPP server.
- Client and server support all operations of Internet Printing Protocol/1.1
- Client supports CUPS-Get-Printers operation
The fastest way of getting started using SharpIppNext
is to install the NuGet package.
dotnet add package SharpIppNext
- Check Wiki.
- Example of the IPP client is included in solution
- Example of the IPP server is avaliable in SharpIppNextServer repository.
SharpIppNext is provided as-is under the MIT license.