0
I need that when accessing the website, to be loaded a PDF, someone knows to inform if I have to create some index and to insert some iframe and to say to open the pdf?
0
I need that when accessing the website, to be loaded a PDF, someone knows to inform if I have to create some index and to insert some iframe and to say to open the pdf?
1
Redirecting the index doesn’t help? If so, use the structure below.
<html>
<head>
<meta http-equiv="refresh" content="0;URL=seu_arquivo.pdf" />
</head>
<body>
</body>
</html>
Browser other questions tagged pdf
You are not signed in. Login or sign up in order to post.