getContent(); } elseif ($output === 'pdf') { $writer = new DocumentWriter($doc); return $writer->toPdfString(); } return ''; } }