<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Andreas Matthias wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
cite="mid:CAHp59H2M6zrvHPRktgf+dsbmbPjLsO-RhqWAiPiuAjxr_RRqzA@mail.gmail.com">
      <pre wrap="">Here, you are iterating over a /Page dictionary (doc.Pages[1]), which
is a real dictionary.
No issues when iterating over real dictionaries with pdfe.dictionarytotable().

But the /Contents entry of this dictionary refers to a stream. And the
first part of a stream object is a dictionary. But you cannot use
pdfe.dictionarytotable() in this case.
</pre>
    </blockquote>
    <br>
    OK, understood.  In that case, is there a Lua selector for  'the
    first part of a stream object', and if so, do you need to explicit
    deploy it ?<br>
    -- <br>
    <i>Philip Taylor</i><br>
  </body>
</html>