dreamjob/app/View/Layouts/pdf.ctp

5 lines
77 B
PHP

<?php
header("Content-type: application/pdf");
echo $content_for_layout;
?>