Forum How do I...?

How do I tell Prince to put page numbers in the output?

qosler
How do I tell Prince to put page numbers in the output?
mikeday
You can use CSS like this:
@page {
    @bottom { content: counter(page) }
}