I need to know if I have to create an index and insert an iframe and say to open the pdf?
I need to know if I have to create an index and insert an iframe and say to open the pdf?
Redirect the index does not help? If yes, use the structure below.
<html>
<head>
<meta http-equiv="refresh" content="0;URL=seu_arquivo.pdf" />
</head>
<body>
</body>
</html>