I have a problem with reading pdf file in Chrome by using PHP.
The following code is how I do in PHP
$path = \"actually file path\"; header(\"Pragma:
For me adding the following header fixed this annoying Chrome bug (?):
header('HTTP/1.1 200 OK');