5 Replies Latest reply: Sep 9, 2008 10:59 AM by (Aandi_Inston) RSS

    Using PDPageStmGetToken - is it possible to get \r and space delimiters?

    andrejusc Community Member
      Hi,

      I was able to correctly read my stream tokens via PDPageStmGetToken, but I could see that I could get only tokens themself and not space or carriage return delimiters. Is it possible to get them as well to fully reconstruct stream data if needed?

      What I mean is this. Suppose I have this part of a stream:

      W n
      0.5 0.5 0.6 0.25 k
      /GS0 gs

      via tokens I then just get "W", "n", etc. But how could I get space between "W" and "n"?