Код: Выделить всё
$content .= '';
Еще один вопрос: существует ли текстовая карта, которую я могу сделать больше или меньше, как и я? public function Footer() {
if ($this->last_page_flag) {
$this->SetY(-15);
$this->SetFont('helvetica', 'N', 11);
$text = "Seite ".$this->getAliasNumPage().'/'.$this->getAliasNbPages();
$this->Cell(0, 5, "Unterschrift: Druckdatum: ".date("d.m.Y H
} else {
$this->SetY(-15);
$this->SetX(-114);
$this->SetFont('helvetica', 'N', 11);
$text = "Seite ".$this->getAliasNumPage().'/'.$this->getAliasNbPages()."";
$this->Cell(115, 5, $text, 0, false, 'R', 0, '', 0, false, 'T', 'M');
}
}
< /code>
Если я только установил текст, разрыв страницы работает нормально. Только Textareas - это проблемы.
Спасибо за помощь!
Подробнее здесь: https://stackoverflow.com/questions/794 ... ing-footer