Add a custom page break command #141
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
new feature
New feature or request
Is your feature request related to a problem? Please describe.
We face the problem, that we need to create a new page in the pdf before the actual page is full. So we need a custom page break command.
Describe the solution you'd like
It would be great to be able to tell maroto via command or method call to add a page break at the current position and all content added after the call will be added to a new page.
Describe alternatives you've considered
There are no alternatives, as maroto is the only pdf tool i found not using x/y coordinates.
Additional context
Maroto is based on/uses gofpdf in the background which allows custom page breaks via the
.AddPage()
method.The text was updated successfully, but these errors were encountered: