https://issues.apache.org/ooo/show_bug.cgi?id=121855
--- Comment #8 from crxssi <[email protected]> --- (In reply to comment #4) > You can set a per user configuration file in > <openoffice_user_dir>/psprint/psprint.conf After LOTS of testing and experimentation, here are my results. You can, actually, do it globally, by editing basis-link/share/psprint/psprint.conf manually. Seems spadmin just won't. There are a minimum of three fields needed to specify and match a printer for this purpose. The example below is a printer named "is" in CUPS: [is] Printer=CUPS:is/is PSLevel= "PSLevel" chooses the answer to the "Printer Language Type" field. However, it does not work as expected: PSLevel= = PDF PSLevel=0 = PDF PSLevel=1 = PostScript Level 1 PSLevel=2 = PostScript Level 2 PSLevel=3 = <blank> PSLevel=4 = <blank> Unfortunately, as my luck would have it, there is no acceptable option. We must have postscript level 3 or allow it to use the printer default (which is postscript level 3). In OpenOffice 3.2.1 the choices are: ------------------------------------ from driver <---DEFAULT 1 2 In OpenOffice 3.4.1 the choices are: ------------------------------------ PostScript (Level from driver) PostScript Level 1 <--- optional default with psprint.conf PostScript Level 2 <--- optional default with psprint.conf PostScript Level 3 PDF <---DEFAULT (without custom psprint.conf) In LibreOffice 4.0.0 the choices are: ------------------------------------ Automatic : Postscript (Level from driver) <---DEFAULT (if PDF unset in options) Postscript (Level from driver) PostScript Level 1 PostScript Level 2 PostScript Level 3 PDF This is so frustrating! You gave me a workaround that almost works and then stops me on something silly!!!! Even so, I REALLY have appreciated your assistance. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
