accept_page_break

fpdf.accept_page_break()

Description

Whenever a page break condition is met, this method is called, and the break is issued or not depending on the returned value. The default implementation returns a value according to the mode selected by set_auto_page_break. This method is called automatically and should not be called directly by the application.

See also

set_auto_page_break.