]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: In pdftops() use Poppler for all Apple LaserWriter models
authorTill Kamppeter <till.kamppeter@gmail.com>
Sat, 19 Mar 2022 23:36:57 +0000 (00:36 +0100)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sat, 19 Mar 2022 23:36:57 +0000 (00:36 +0100)
commitf93d64bfb6d2aae61ad4a676735c2194775f34c2
tree9d900d096aa305453b3e46d44765be3e0fbdb80d
parent73c793238e63066b147c6509a0c3e6c1e65e884d
libcupsfilters: In pdftops() use Poppler for all Apple LaserWriter models

We had already switched to Poppler to convert PDF to PostScript on
several Apple LaserWriter models as Ghostscript's PostScript did not
work on these printers, probably due to firmware bugs in the printers.

Now more Apple LaserWriter models were found which need the same
workaround. Therefore we use Poppler for all Apple LaserWriter models
now.

Issue #452
cupsfilters/pdftops.c