From 541701f5803c5005864efcb09a0c4aacecb470f9 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 8 Sep 2013 19:22:57 +0200 Subject: TiledPrintingAWTBase/doc: Add description of how-to add a 'print-to-file' printer driver on OSX --- doc/Implementation/AWTPrinting.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/Implementation/AWTPrinting.txt') diff --git a/doc/Implementation/AWTPrinting.txt b/doc/Implementation/AWTPrinting.txt index 709186419..97353266e 100644 --- a/doc/Implementation/AWTPrinting.txt +++ b/doc/Implementation/AWTPrinting.txt @@ -78,3 +78,14 @@ Bugs: - GLCanvas: Workaround bug where onscreen MSAA cannot switch to offscreen FBO, i.e. stay 'onscreen' ++++ + +OSX local 'virtual' printer installation, +i.e. print-to-file printer using cups: + +cupsctl FileDevice=Yes +killall -HUP cupsd +mkdir /data/lp +chown jogamp /data/lp +chmod ugo+rwx /data/lp +lpadmin -p lprint -E -v file:/data/lp/out.ps -P /Library/Printers/PPDs/Contents/Resources/HP\ LaserJet\ 4\ Plus.gz -- cgit v1.2.3