setupFooter Function

open external fun setupFooter(text: String, url: String, height: ImageWriter.Dimension)

Adds a footer line to every page of the output.

Parameters

  • text — the footer text
  • url — a link to attach to it, or an empty string for none
  • height — how tall the footer band should be
Top