Evidlo / remarkable_printer

Native printing to reMarkable.
GNU General Public License v3.0
257 stars 21 forks source link

On OSX - how to change PS to PDF ? #36

Closed dirkx closed 2 years ago

dirkx commented 2 years ago

Following the instruction:

Screenshot 2022-05-18 at 11 43 49

one ends up with a Generic printer that sends PDF and as a result; an error

  May 18 09:39:34 reMarkable printer.arm[2470]: Couldn't find PDF start

on the side of the Remarkable. How does one force on OSX the sending of a pure PDF ?

dirkx commented 2 years ago

Answering my own question - I think the issue is in this line:

      sudo cp rmfilter /usr/lib/cups/filter

of the Makefile. This should probably be

    test -d /usr/lib/cups/filter && sudo cp rmfilter /usr/lib/cups/filter

to only install it there if that dir exists so that the next line is always executed.

Evidlo commented 2 years ago

Should be fixed with 11.0.0