Evidlo / remarkable_printer

Native printing to reMarkable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On OSX - how to change PS to PDF ?

dirkx opened this issue · comments

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 ?

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.

Should be fixed with 11.0.0