<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [TAGGEDPDF] Parse the Tagged-PDF document structure tree when present"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64815#c34">Comment # 34</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [TAGGEDPDF] Parse the Tagged-PDF document structure tree when present"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64815">bug 64815</a>
              from <span class="vcard"><a class="email" href="mailto:carlosgc@gnome.org" title="Carlos Garcia Campos <carlosgc@gnome.org>"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=82287" name="attach_82287" title="[PATCH v6 02/10] Tagged-PDF: Implement parsing of StructTreeRoot">attachment 82287</a> <a href="attachment.cgi?id=82287&action=edit" title="[PATCH v6 02/10] Tagged-PDF: Implement parsing of StructTreeRoot">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=64815&attachment=82287'>[review]</a>
[PATCH v6 02/10] Tagged-PDF: Implement parsing of StructTreeRoot

Review of <span class=""><a href="attachment.cgi?id=82287" name="attach_82287" title="[PATCH v6 02/10] Tagged-PDF: Implement parsing of StructTreeRoot">attachment 82287</a> <a href="attachment.cgi?id=82287&action=edit" title="[PATCH v6 02/10] Tagged-PDF: Implement parsing of StructTreeRoot">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=64815&attachment=82287'>[review]</a>:
-----------------------------------------------------------------

::: utils/pdfinfo.cc
@@ +229,5 @@
<span class="quote">> +        (doc->getCatalog()->getMarkInfo() & Catalog::markInfoMarked) ? "yes" : "no");
> +   printf("UserProperties: %s\n",
> +    (doc->getCatalog()->getMarkInfo() & Catalog::markInfoUserProperties) ? "yes" : "no");
> +   printf("Suspects:       %s\n",
> +    (doc->getCatalog()->getMarkInfo() & Catalog::markInfoSuspects) ? "yes" : "no");</span >

This doesn't actually belongs to this patch, since it uses the getMarkInfo new
API added in previous patch. I've pushed this as a separate patch.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>