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