timrs2998 / pdf-builder

PDF builder written in Kotlin with a statically typed DSL
https://timrs2998.github.io/pdf-builder/
GNU General Public License v3.0
57 stars 16 forks source link

Header / footer implementation #10

Open timrs2998 opened 7 years ago

timrs2998 commented 7 years ago

Need to finish header / footer initial implementation

wlokes commented 3 years ago

Is there any way to achieve running headers and footers with the current version?

timrs2998 commented 3 years ago

No, this was not implemented.

Inside Document.kt there is a placeholder "footerFactor" with some notes but it's currently unused.