I'm combining multiple short html documents on the command line to a single PDF file, each using the same CSS styles for headers and footers. The footer contains the page number in addition to a background colour and other text. The headers and contents are rendered fine in the PDF, but I only get the footer on the first page - the other pages have a blank space where the footer should be.
The way I would expect combining multiple documents to work is that each document is rendered as a self-contained unit and combined into a single document with page numbers and facing (left or right) being passed from one document to the next.
The most obvious way to do this would be to have additional command line options to set initial values for page numbering and facing, so the user can control this output themselves. Specifying multiple documents to assemble would have the effect of passing the numbering and facing from one document to the next.
The way I would expect combining multiple documents to work is that each document is rendered as a self-contained unit and combined into a single document with page numbers and facing (left or right) being passed from one document to the next.
The most obvious way to do this would be to have additional command line options to set initial values for page numbering and facing, so the user can control this output themselves. Specifying multiple documents to assemble would have the effect of passing the numbering and facing from one document to the next.