TCPDF::SetAutoPageBreak()

Method: Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.

Source: includes/lib/tcpdf/tcpdf.php:2810

Used by 0 functions | Uses 0 functions

TCPDF::SetCompression()

Method: Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.

Source: includes/lib/tcpdf/tcpdf.php:2851

Used by 0 functions | Uses 0 functions