-
Notifications
You must be signed in to change notification settings - Fork 5
Install and Usage
superna9999 edited this page Nov 25, 2010
·
7 revisions
The urftopdf filter is a CUPS filter.
The dependencies are cups and libharu : http://libharu.org
A PPA repository is available for Ubuntu 10.04 lucid lynx with deb packegs for libharu and urftopdf :
What does is do :
-
Install a type file for CUPS to identify the UNIRAST files as image/urf
-
Install a convs file for CUPS to use the urftopdf filter to convert image/urf files to an application/pdf file
-
Install the proper urftopdf filter
With the https://github.com/tjfontaine/airprint-generate project, you should be able to broadcast your printer for AirPrint compatibility.
Install on Ubuntu :
-
Add the PPA repository : sudo add-apt-repository ppa:superna/urftopdf
-
Install the filter : sudo apt-get install urftopdf
-
Restart CUPS : sudo service cups restart