Split out of #1.
Headers and footers are missing from PDF output.
Why this is worth chasing
Headers and footers are implemented. The paginator has HeaderFooterContent with header_blocks, footer_blocks and first_header_blocks, and it handles title_pg for a distinct first page. So this is a bug on the path from the document to the page rather than a feature we never built, which usually means a small fix.
Status
Not reproduced yet. The report came with a screenshot but no file, and I have asked for one in #1. Candidate things to check once we have a document that shows it:
- the header relationship is resolved from the section properties
title_pg is not suppressing the default header on a single page document
- header blocks survive the pass that builds page frames
Reproduce
Needs a file from the reporter. See #1.
Split out of #1.
Headers and footers are missing from PDF output.
Why this is worth chasing
Headers and footers are implemented. The paginator has
HeaderFooterContentwithheader_blocks,footer_blocksandfirst_header_blocks, and it handlestitle_pgfor a distinct first page. So this is a bug on the path from the document to the page rather than a feature we never built, which usually means a small fix.Status
Not reproduced yet. The report came with a screenshot but no file, and I have asked for one in #1. Candidate things to check once we have a document that shows it:
title_pgis not suppressing the default header on a single page documentReproduce
Needs a file from the reporter. See #1.