3
25
Fork
You've already forked fpdf
10

Footnotes #62

Open
opened 2024年03月28日 15:42:07 +01:00 by lordofscripts · 0 comments
lordofscripts commented 2024年03月28日 15:42:07 +01:00 (Migrated from github.com)
Copy link

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?).

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?).
Sign in to join this conversation.
No Branch/Tag specified
main
v0.12.0
v0.11.1
v0.10.0
v0.11.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v1.4.3
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.0
v0.1.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
go-pdf/fpdf#62
Reference in a new issue
go-pdf/fpdf
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?