jeudi 26 septembre 2019

How to import pdf file into an iFrame with react js

I want to insert a pdf file into an iFrame using react js. When i insert the pdf file, my iframe shows web page not the pdf. Any conclusion?

this is the code i wrote

      <iframe 
      src={'../../assets/img/dokumentasi.pdf'}
      allowFullScreen
      width="100%"
      height="1000px">
      </iframe>



Aucun commentaire:

Enregistrer un commentaire