Sign inSign up

thyrlian/air-pdf-printer

By thyrlian

Updated 7 months ago

Virtual PDF AirPrint printer: print to PDF from any iOS, macOS, or network device via AirPrint/IPP.

Image
Internet of things
Developer tools
Web servers
2

8.3K

thyrlian/air-pdf-printer repository overview

Quick Start

# Run in the background
docker run --network=host -d -v $(pwd)/cups-pdf:/var/spool/cups-pdf --name air-pdf-printer thyrlian/air-pdf-printer

# Run with interactive shell
docker run --network=host -it -v $(pwd)/cups-pdf:/var/spool/cups-pdf --name air-pdf-printer thyrlian/air-pdf-printer /bin/sh

Printed PDFs will appear in ./cups-pdf/ANONYMOUS/.

Requirements

  • Linux host with Docker (host networking required for mDNS)
  • Host CUPS service must be stopped to avoid port 631 conflict

Further Info

For full documentation, visit the GitHub repository.

Tag summary

Content type

Image

Digest

sha256:2bc927380

Size

45.1 MB

Last updated

7 months ago

docker pull thyrlian/air-pdf-printer