Adds _blank target to PDF files in WP page content
echo str_replace('.pdf"', '.pdf" target="_blank"', get_the_content()); //may have a parameter in the get_the_content function.