Creates a new #PopplerStructureElementIter as a copy of iter
. The
returned value must be freed with poppler_structure_element_iter_free().
Frees iter
.
Returns a new iterator to the children elements of the
#PopplerStructureElement associated with iter
. The returned value must
be freed with poppler_structure_element_iter_free().
Returns the #PopplerStructureElementIter associated with iter
.
Sets iter
to point to the next structure element at the current level
of the tree, if valid. See poppler_structure_element_iter_new() for more
information.
Returns the root #PopplerStructureElementIter for document,
or %NULL. The
returned value must be freed with poppler_structure_element_iter_free().
Documents may have an associated structure tree &mdashmostly, Tagged-PDF compliant documents— which can be used to obtain information about the document structure and its contents. Each node in the tree contains a #PopplerStructureElement.
Here is a simple example that walks the whole tree:
Returns the root #PopplerStructureElementIter for
document,
or %NULL. The returned value must be freed with poppler_structure_element_iter_free().Documents may have an associated structure tree &mdashmostly, Tagged-PDF compliant documents— which can be used to obtain information about the document structure and its contents. Each node in the tree contains a #PopplerStructureElement.
Here is a simple example that walks the whole tree: