Mit HTML5 den Download-Dialog
für ein PDF erzwingen

Mittlerweile wird das Download-Attribut der Auszeichnungssprache HTML5 von fast allen Browsern unterstützt. Ein einfache Erweiterung im HTML5-Quellcode Ihrer Webseite erzwingt den Download-Dialog:


<a href="downloads/pdf-datei.pdf"
   download="Zertifikat_AdobeCertifiedInstructor-AcrobatForms"><i class="fa fa-home"></i>
  Download PDF über HTML5 via Download-Attribut</i>
</a>

Download PDF über HTML5 via Download-Attribut