https://bugs.documentfoundation.org/show_bug.cgi?id=96335

--- Comment #3 from Hans <j.tdhgf...@nurfuerspam.de> ---
(In reply to Beluga from comment #2)
> Produced by Print - Options - Print to file.
> 
> No problem.

Do you have the fonts Linux Libertine O und Linux Libertine G installed? When I
open the file „Postscript output on Ubuntu 15.10“ you provided with evince, the
whole text is not shown with/in Linux Libertine. When opening the file with a
text editor you'll see that instead the font DejaVuSans is used.


Maybe I should also add that I produced my postscript file with an own printer
defined in ~/.config/libreoffice/4/user/psprint/psprint.conf

[PS-Druck]
Printer=SGENPRT/PS-Druck
DefaultPrinter=0
Location=
Comment=
Command=/home/user/bin/LibreOffice-PostScript-Druck.sh "(OUTFILE)"
QuickCommand=
Features=pdf=
Copies=1
Orientation=Portrait
PSLevel=2
PDFDevice=0
ColorDevice=0
ColorDepth=24
MarginAdjust=0,0,0,0
PPD_PageSize=A4
PerformFontSubstitution=false
SubstFont_Helmet=Helvetica
SubstFont_Thorndale=Times
SubstFont_Arial=Helvetica
SubstFont_Times New Roman=Times
SubstFont_Timmons=Times
SubstFont_Albany=Helvetica
SubstFont_Courier New=Courier
SubstFont_Cumberland=Courier


This script is reading the file from the pipe and writing it to a file.

if readlink /proc/$$/fd/0 | grep -q "^pipe:"; then
 cat > $$.ps # read from stdin and write to stdout > $$.ps
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to