"SamplePageDownload" பக்கத்தின் திருத்தங்களுக்கிடையேயான வேறுபாடு
நூலகம் இல் இருந்து
| வரிசை 16: | வரிசை 16: | ||
<p>Another read-only link to the PDF file:</p> | <p>Another read-only link to the PDF file:</p> | ||
<a href="http://www.noolaham.net/project/01/13/13.pdf" style="color: gray; text-decoration: none; cursor: default;" disabled>Example.pdf</a> | <a href="http://www.noolaham.net/project/01/13/13.pdf" style="color: gray; text-decoration: none; cursor: default;" disabled>Example.pdf</a> | ||
| + | </body> | ||
| + | </html> | ||
| + | <!DOCTYPE html> | ||
| + | <html> | ||
| + | <head> | ||
| + | <title>PDF Viewer Example</title> | ||
| + | <style> | ||
| + | /* Style the iframe to take up the whole window */ | ||
| + | iframe { | ||
| + | width: 100%; | ||
| + | height: 100vh; | ||
| + | border: none; | ||
| + | } | ||
| + | </style> | ||
| + | </head> | ||
| + | <body> | ||
| + | <h1>PDF Viewer Example</h1> | ||
| + | |||
| + | <p>Here is the embedded PDF viewer:</p> | ||
| + | |||
| + | <!-- Replace "example.pdf" with the actual path to your PDF file --> | ||
| + | <iframe src="http://www.noolaham.net/project/01/13/13.pdf"></iframe> | ||
</body> | </body> | ||
</html> | </html> | ||
22:42, 27 ஆகத்து 2023 இல் நிலவும் திருத்தம்
<!DOCTYPE html>
PDF Link Example
This is a read-only link to the PDF file:
http://www.noolaham.net/project/01/13/13.pdfAnother read-only link to the PDF file:
Example.pdf <!DOCTYPE html>PDF Viewer Example
Here is the embedded PDF viewer: