Simple way to display pdf files from database and we can download it.
$resume is pdf file name which comes from database.
../resume/filename is path of folder where your file is stored.
<a href="../resumes/<?php echo $resume; ?>"/><?php echo $resume; ?></a>