<?php
header('Content-disposition: attachment; filename=Kent-Installation-Manual.pdf');
header('Content-type: application/pdf');
readfile('/pdf/Kent-Installation-Manual.pdf');
?>