Postscript - forcing a text search
问题 Okay, I now "know" postscript, everything makes a lot more sense now. I've found that if I change the colour though it affects backgrounds in other areas, I now know that sc, SC, cs and CS are procedures: /cs { /pdfFillXform exch def dup /pdfFillCS exch def setcolorspace } def /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def setcolorspace } def /sc { pdfLastFill not { pdfFillCS setcolorspace } if dup /pdfFill exch def aload pop pdfFillXform setcolor /pdfLastFill true def