- 🇩🇪Germany jan kellermann
You can just add
<pagebreak />
in your twig file.
See https://mpdf.github.io/reference/html-control-tags/pagebreak.html
I am using this module with a custom twig that I called from hook_entity_view_mode_alter.
Is there any way to introduce a new page in the pdf from the twig (I need the information repeated in different pages, one copy for the client and one for the administrator)?
Thank you
Closed: works as designed
2.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
You can just add
<pagebreak />
in your twig file.
See https://mpdf.github.io/reference/html-control-tags/pagebreak.html