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