nextcloud-printer/README.md

31 lines
1.4 KiB
Markdown
Raw Normal View History

2019-06-12 16:14:52 +02:00
Checksum
========
**App for [Nextcloud](https://nextcloud.com) to print files using the CUPS/LPR printing ecosystem.**
2019-06-12 16:14:52 +02:00
![animation](screenshots/printer.gif)
2019-06-12 16:14:52 +02:00
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.
2019-06-12 16:14:52 +02:00
In your Instance, simply navigate to »Apps«, choose the category »Tools«, find the Printer app and enable it.
2019-06-12 16:14:52 +02:00
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.
2019-06-12 16:14:52 +02:00
Possible orientations are "Landscape" and "Portrait". Further options will be added in the future.
2019-06-12 16:14:52 +02:00
Compatibility
-------------
- I only tested the app for the current versions of Nextcloud (14 and up).
2019-06-12 16:14:52 +02:00
- 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.