Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.36 KB

File metadata and controls

44 lines (29 loc) · 1.36 KB

SharpIppNextServer

GitHub downloads License

IPP printer (web app) based on SharpIppNext library.

Installation

The printer should be compatible with any IPP client.

Windows (Printer wizard)

  1. Open Printers & scanners
  2. Click Add device
  3. Click Add a new device manually
  4. Select Add a printer using an IP address or hostname
  5. Select IPP Device as device type
  6. Write http://127.0.0.1:631/ or https://127.0.0.1:631/ as Hostname or IP address
  7. Click Next - You should successfully add printer.
  8. Click "Print a test page" (optionally)
  9. Click Finish.

Windows (Script)

Add-Printer -Name "SharpIppNext" -PortName "http://127.0.0.1:631/SharpIppNext" -DriverName "Microsoft Print To PDF"

All steps are described in Setup\Add-printer.ps1

Android

Use the NetPrinter App.

Requirements

ASP.NET Core 8.0 Runtime needs to be installed.

Integration testing (OpenSUSE)

  1. Install package: sudo zypper install cups-client cups-backends
  2. Obtain correct IP: ip route
  3. Make test: ipptool -t ipp://172.25.192.1 ipp-1.1.test