table of contents
SHOW-PDF-TAGS(1) | General Commands Manual | SHOW-PDF-TAGS(1) |
NAME¶
show-pdf-tags
SYNOPSIS¶
show-pdf-tags [<options>] <PDF-File>
DESCRIPTION¶
The show-pdf-tags script shows the internal Structure Tree of a tagged PDF File.
The structure may be shown using an indented tree display using Unicode line characters, or as XML, or (primarily for debugging) as a linearisation of the Lua table structure obtained from the PDF file.
The XML display will use element names mmatching the names of the structure elements unless the --map option is used, in which case the standard PDF Structure element names will be used, as specified in the role maping in the file.
It accepts a single PDF File and outputs to the standard output stream.
Valid <options> are:
SEE ALSO¶
Full manual available via 'texdoc show-pdf-tags'.
Repository : https://github.com/latex3/pdf_structure
Bug tracker: https://github.com/latex3/pdf_structure/issues
AUTHORS¶
Copyright (C) 2024-2025 The LaTeX Project
2025-01-28 | LaTeX |