harbour-seaprint/README.md

45 lines
1.3 KiB
Markdown
Raw Normal View History

2020-09-05 18:44:59 +03:00
# SeaPrint
Network printing for Sailfish OS
![SeaPrint icon](icons/172x172/harbour-seaprint.png)
2021-06-13 16:55:44 +03:00
Print PDFs and images over IPP (Internet Printing Protocol).
Most, but not all, IPP-capable printers are supported.
A minority of printers support only PCL and/or their own proprietary formats, these are not supported.
## Format support
2021-06-13 23:50:29 +03:00
For PDFs or plaintext, your printer needs to support one of the following formats:
2021-06-13 16:55:44 +03:00
* PDF
2021-12-04 16:34:35 +03:00
* Postscript
* PWG-raster
* URF-raster
2021-06-13 16:55:44 +03:00
2021-12-04 16:34:35 +03:00
For Postscript, your printer needs to support Postscript natively. (SeaPrint just sends it as-is)
2021-06-13 16:55:44 +03:00
For printing "Office" files, like .doc(x) and odt, you need to install
`calligraconverter` (from the `calligra` package in Sailfish OS 4.2 onwards).
2021-12-04 16:34:35 +03:00
Then the printer support follows that of PDF.
2021-06-13 16:55:44 +03:00
For images, your printer needs to support one of the following formats:
* PNG
* JPEG
* PWG-raster
* URF-raster
* PDF
2021-12-04 16:34:35 +03:00
* Postscript
2021-06-13 16:55:44 +03:00
For printing JPEG images, transferring the unaltered image has priority and the printer does the scaling.
Other image formats are lossless and SeaPrint does scale-and-rotate to fit, so JPEG has lowest prio there.
2021-12-04 16:34:35 +03:00
Printers with any of these IPP certifications and derivative standards should likely be supported:
2021-06-13 16:55:44 +03:00
* IPP Everywhere
* AirPrint
* Mopria
* WiFi Direct
(obviously SeaPrint is unaffiliated and uncertified)