79709864

Date: 2025-07-22 04:16:00
Score: 1
Natty:
Report link

To make an open PDF in the browser for viewing instead of downloading. You should not use the DOWNLOAD attribute in the <a> tag.

for downloading

<a href="a.pdf" download>download</a>

for not downloading

<a href="a.pdf"> view Pdf </a>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alok Kumar