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
In my footer I have LineSeparator on the whole width of the document and the page numbers should be above it, but they are currently rendered before the footer.
Insert page numbers above the footer elements.
I would also like to add padding or margin or support for indentation.
What should it look like?
In Source/API/PDFGenerator+Generation.swift, pagination can be added after headerFooter in the addHeaderFooterObjects() method:
I entered this manually in the footer, but the page numbers don't work with it.
I have set the indent before and then reset it again so that my lineSeparator is on the whole width.
The text was updated successfully, but these errors were encountered:
I have now solved the problem with the indent by setting it to 0 before I set the footer and afterwards to 50, so that I have an ident for the page numbers but not for the footer.
However, the pagination still has to be set after the footer.
Perhaps it should be possible to set this in pagination.
How should the feature work?
In my footer I have LineSeparator on the whole width of the document and the page numbers should be above it, but they are currently rendered before the footer.
Insert page numbers above the footer elements.
I would also like to add padding or margin or support for indentation.
What should it look like?
In Source/API/PDFGenerator+Generation.swift, pagination can be added after headerFooter in the addHeaderFooterObjects() method:
I entered this manually in the footer, but the page numbers don't work with it.
I have set the indent before and then reset it again so that my lineSeparator is on the whole width.
The text was updated successfully, but these errors were encountered: