I want to open a pdf
file on my html
document, but the file won't open. Chrome said
Failed to load PDF document.
Please help.
the pdf
and the html
are on the same location on the localhost
of my computer.
<!DOCTYPE html>
<html>
<body>
<embed src="1.pdf" width="500" height="375" type='application/pdf'>
</body>
</html>