<?php
header(’Content-type: application/pdf’);
header(’Content-Disposition: attachment; filename=”test.pdf”‘);
readfile(’ausstattungscodesmaterialmuster113.pdf’);
?> 

