PDF预览

使用iframe实现pdf预览

<iframe
      id="iframeBox"
      allow="microphone;camera;midi;encrypted-media;"
      width={sizeInfo.width}
      height={sizeInfo.ifHeight}
      style={{}}
      frameBorder={0}
      src={iframeUrl}
 />             

  src配置:

https://train-fs.3.cn/pdfjs?file=pdf文件路径

  

 

posted @ 2023-05-30 11:35  风zz  阅读(9)  评论(0编辑  收藏  举报