When using the 'newpage' keyword, the Teoz renderer will render the full height and lifelines, making it pretty useless.
@startuml purchase_flow
!pragma teoz true
c -> c: First Page: One
c -> tc: First Page: Two
tc -> is: First Page: Three
is -> tc: First Page: Four
tc -> sc: First Page: Five
newpage
c -> c ++: Second Page: One
c -> tc: Second Page: Two
tc -> is: Second Page: Three
is -> tc: Second Page: Four
tc -> sc: Second Page: Five
c -> c --: deactivaton
newpage
@enduml
When using the 'newpage' keyword, the Teoz renderer will render the full height and lifelines, making it pretty useless.
Will result in these images