tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

putHtmlListBullet placing bullets in no print regions #546

Open phila213 opened 2 years ago

phila213 commented 2 years ago

putHtmlListBullet requires

list($this->x, $this->y) = $this->checkPageRegions(0, $this->x, $this->y);

to ensure that it does not print in no write regions