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