Go to file
Alfred Egger b2bda9ef60 Remove sudo from shell command 2019-06-25 00:16:35 +02:00
appinfo Make changes to fix printing 2019-06-12 18:28:28 +02:00
js Fix Javascript and LPR shell command 2019-06-24 23:53:07 +02:00
lib/Controller Remove sudo from shell command 2019-06-25 00:16:35 +02:00
screenshots Fix readme, Controller, JS, add screenshot 2019-06-16 23:58:36 +02:00
Changelog.md Initial commit 2019-06-12 16:14:52 +02:00
LICENSE Initial commit 2019-06-12 16:14:52 +02:00
README.md Add installation instructions to README 2019-06-25 00:09:42 +02:00

README.md

Checksum

App for Nextcloud to print files using the CUPS/LPR printing ecosystem.

animation

Installation

Nextcloud

You need a working CUPS setup with a compatible printer set up as the default printer and the LPR daemon installed on your server.

On Debian, you can install the packages cups and cups-bsd and configure a default printer in CUPS (please refer to the CUPS documentation on how to do that). You can verify the installation with lpstat -p and lpstat -d after you configured CUPS correctly.

To install the app itself on your instance, simply navigate to »Apps« in your Nextcloud web interface, choose the category »Tools«, find the Printer app and enable it.

Usage

Just open the details view of the file (Sidebar). There should be a new tab called "Printer". Select a Orientation of your print and it will try to ececute the LPR (Line Printing Daemon) on the CLI to send the job to a printer configured in CUPS. Currently, only the printer set as default can be used for printing.

Possible orientations are "Landscape" and "Portrait". Further options will be added in the future.

Compatibility

  • I only tested the app for the current versions of Nextcloud (14 and up).
  • I tried to use the current api as much as possible. It should be safe for future versions.
  • Currently only files supported by CUPS natively are supported for printing. This includes Images, PDFs, text files and probably others. Not all filetypes are supported by CUPS.
  • The app currently misses a lot of features that will be added in future versions of the app. If you want to help out with development, a PR is highly welcome.