"SamplePageDownload" பக்கத்தின் திருத்தங்களுக்கிடையேயான வேறுபாடு
நூலகம் இல் இருந்து
| வரிசை 1: | வரிசை 1: | ||
http://www.noolaham.net/project/01/13/13.pdf | http://www.noolaham.net/project/01/13/13.pdf | ||
| − | |||
| வரிசை 9: | வரிசை 8: | ||
<head> | <head> | ||
<title>PDF Viewer Example</title> | <title>PDF Viewer Example</title> | ||
| + | <style> | ||
| + | /* Style the iframe to take up the whole window */ | ||
| + | iframe { | ||
| + | width: 100%; | ||
| + | height: 100vh; | ||
| + | border: none; | ||
| + | } | ||
| + | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<h1>PDF Viewer Example</h1> | <h1>PDF Viewer Example</h1> | ||
| − | |||
| − | |||
<!-- Replace "http://www.noolaham.net/project/01/13/13.pdf" with the actual PDF URL --> | <!-- Replace "http://www.noolaham.net/project/01/13/13.pdf" with the actual PDF URL --> | ||
| − | <iframe | + | <iframe src="http://www.noolaham.net/project/01/13/13.pdf"></iframe> |
</body> | </body> | ||
</html> | </html> | ||