The article presents a tool called PDFSyntax, which visualizes the internal structure of a PDF file by adding information and hyperlinks to a text representation of the PDF data. The tool is a self-contained Python package that can be installed from GitHub or PyPI and produces static HTML content that can be opened in a browser. The generated HTML allows for navigation between revisions and objects, and includes features such as a reverse index, page index, and physical minimap. The tool is intended to help with debugging and understanding the structure of PDF files.