You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
What did you do?
ℹlayout.margin.bottom = 0(or other >0)
document.add(.footerCenter, table: footerTable) => get nothing
layout.margin.bottom = -10(or other <0)
document.add(.footerCenter, table: footerTable) => footerTable at the next page
What did you expect to happen?
ℹexpected to get a table at the bottom of the page
What happened instead?
ℹlayout.margin.bottom = 0(or other >0)
document.add(.footerCenter, table: footerTable) => get nothing
layout.margin.bottom = -10(or other <0)
document.add(.footerCenter, table: footerTable) => footerTable at the next page
TPPDF Environment
TPPDF version: ℹ2.4.0 Xcode version: ℹ14.2 Swift version: ℹ5
What did you do?
ℹlayout.margin.bottom = 0(or other >0)
document.add(.footerCenter, table: footerTable) => get nothing
layout.margin.bottom = -10(or other <0)
document.add(.footerCenter, table: footerTable) => footerTable at the next page
What did you expect to happen?
ℹexpected to get a table at the bottom of the page
What happened instead?
ℹlayout.margin.bottom = 0(or other >0)
document.add(.footerCenter, table: footerTable) => get nothing
layout.margin.bottom = -10(or other <0)
document.add(.footerCenter, table: footerTable) => footerTable at the next page
TPPDF Environment
TPPDF version: ℹ2.4.0
Xcode version: ℹ14.2
Swift version: ℹ5
Demo Code / Project
ℹlet document = PDFDocument(layout: layout)
document.background.color = .white
ℹ We need a fully compiling
PDFDocument
The text was updated successfully, but these errors were encountered: