Search found 4 matches

by skezo
Thu Jul 09, 2020 1:47 am
Forum: Installation
Topic: Text not printing (Images print ok)
Replies: 6
Views: 6596

Re: Text not printing (Images print ok)

Thanks for the reply. I tried a few different things but even when trying a simple txt file directly on the device it would not print the text. i.e. `lp -d printer guff.txt` When trying to print PDFs, Websites, PS, txt, etc files the error was the same as the original log message above. The only suc...
by skezo
Tue Jul 07, 2020 1:20 am
Forum: Installation
Topic: Text not printing (Images print ok)
Replies: 6
Views: 6596

Re: Text not printing (Images print ok)

I have managed to resolve this by setting dDisableFAPI to false.

/usr/lib/cups/filter/pstoturboprint

Code: Select all

GSCOMMANDLINE="gs -sDEVICE=$GSDRIVER -r${GSXDPI}x$GSYDPI -g${GSWIDTH}x$GSHEIGHT\
 -dSAFER -dDisableFAPI=false -dNOPAUSE -dBATCH"
 
by skezo
Sun Jul 05, 2020 5:26 am
Forum: Installation
Topic: Text not printing (Images print ok)
Replies: 6
Views: 6596

Re: Text not printing (Images print ok)

I updated Ghostscript to v9.52 (2020-03-19) and CUPS 2.3.3.1 but same issue occurs
by skezo
Fri Jul 03, 2020 12:14 pm
Forum: Installation
Topic: Text not printing (Images print ok)
Replies: 6
Views: 6596

Text not printing (Images print ok)

I have a USB printer connected to a Raspberry Pi. The Raspberry Pi runs CUPs and Turbo Print. Everything works well except when trying to print pages with text. From the print log it seems to be an issue with Ghostscript but I am not sure how to fix it. I was hoping this topic would resolve it but `...