I wish to embed a PDF into my HTML page ensure it remains up to HTML5 standard.
I tried embed and object but the only way I could get it to work was using iframe with src="file.pdf" (I can't get html to print here)
I'd like to put the file in a folder and have tried so many combinations which won't work. I thought (wrongly) it'd be just folder/file.php but it says it can't be found. I've tried using the c:/ path to the file no difference. I wanted to use relative paths so when it's hosted it'll work grand.
I'm using wamp as my localhost while building and my project is held within the www folder.
It's driving me insane so if anyone could shed any light I'd be eternally grateful.