[Poppler-bugs] [Bug 67710] Tagged-PDF: LBody tag is not supported

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 26 07:42:45 PDT 2013


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

--- Comment #9 from Adrian Perez de Castro <aperez at igalia.com> ---
Comment on attachment 83604
  --> https://bugs.freedesktop.org/attachment.cgi?id=83604
Add support to LBody tag at poppler-glib

Review of attachment 83604:
-----------------------------------------------------------------

Apart from a part of the patch being unneded, the rest looks good to me.

::: glib/poppler-structure.cc
@@ +104,5 @@
>          return StructElement::LI;
>        case POPPLER_STRUCTURE_ELEMENT_LIST_LABEL:
>          return StructElement::Lbl;
> +      case POPPLER_STRUCTURE_ELEMENT_LIST_BODY:
> +        return StructElement::LBody;

This hunk from the patch won't be needed in the end. After discussing the
Poppler-GLib API with Carlos García, there will not be a PopplerStructure
object any more — traversing the structure will be done by obtaining a
PopplerStructureElementIter directly from the PopplerDocument.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130926/766a7882/attachment.html>


More information about the Poppler-bugs mailing list