pdf = $pdf; } public function getString(): string { return $this->pdf->output('', 'S'); } public function getLength(): int { return strlen($this->getString()); } }