[Poppler-bugs] [Bug 64815] [TAGGEDPDF] Parse the Tagged-PDF document structure tree when present

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 1 03:24:32 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=64815

--- Comment #34 from Carlos Garcia Campos <carlosgc at gnome.org> ---
Comment on attachment 82287
  --> https://bugs.freedesktop.org/attachment.cgi?id=82287
[PATCH v6 02/10] Tagged-PDF: Implement parsing of StructTreeRoot

Review of attachment 82287:
-----------------------------------------------------------------

::: utils/pdfinfo.cc
@@ +229,5 @@
> +	  (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");

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130801/1cc0ce38/attachment.html>


More information about the Poppler-bugs mailing list