It is clear how to create a footnote and how to write a clickable reference but there is no example of using footnotes. I am using FPDF with Auto Page to generate a document.
- How many footnotes can you render at the bottom of the page, how? Is it in the footer area or just above?
- Does
WriteLinkID()need the page number to already be known, or is that resolved at the end onOutputAndClose()?
I would prefer to render the footnote on the same auto-page, but I couldn't find any example.
Alternatively, I don't know it it would work to first do AddLink() & WriteLinkID() on the current (auto) page, and then at the end of the document (last page), render all of them (any special format?).
It is clear how to create a footnote and how to write a clickable reference but there is no example of using footnotes. I am using FPDF with _Auto Page_ to generate a document.
- How many footnotes can you render at the bottom of the page, how? Is it in the footer area or just above?
- Does `WriteLinkID()` need the page number to already be known, or is that resolved at the end on `OutputAndClose()`?
I would prefer to render the footnote on the same auto-page, but I couldn't find any example.
Alternatively, I don't know it it would work to first do `AddLink()` & `WriteLinkID()` on the current (auto) page, and then at the end of the document (last page), render all of them (any special format?).