Footnote component for PDF documents.
Renders footnotes at a given position with a separator line, superscript numbers, and smaller text.
Examples
doc |> Pdf.Component.Footnote.render({50, 100}, %{width: 450}, [
"Source: World Bank Data, 2025",
"All figures adjusted for inflation",
"Excluding outlier regions"
])
Summary
Functions
Render footnotes at {x, y}.
Functions
Render footnotes at {x, y}.
Style options
:width— available width (default450):font— font name (default"Helvetica"):font_size— text size (default7):color— text color:line_color— separator line color:line_height— spacing between notes (default11):separator_width— width of the top separator line (default80):start_number— first footnote number (default1)