Zdenek Wagner <[email protected]> a écrit: > > Hello, > > I have an ExtGState defined as: > > \special{pdf: object @opoff << /Type /ExtGState /op false /OP false /OPM 0 > >>} > \special{pdf: object @opon << /Type /ExtGState /op true /OP true /OPM 1 >>} > \special{pdf: object @extgs << /GSko @opoff /GSop @opon >>} > \special{pdf: object @ExtGS << /ExtGState @extgs >>} > > These commands go to the PDF exactly as in a pdftex file which works. > Now I need to define @ExtGS in /Resources at each page where I use > /GSko or /GSop. I tried several ways but all seem to be wrong, it was > not written to the PDF file. Can someone write me how to do it?
According to the doc you get with "texdoc dvipdfmx" (also available here: http://tug.org/TUGboat/tb30-1/tb94cho.pdf), the operation is: \special{pdf:put @resources << /ExtGState @extgstate >>} Best, Paul -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
