基于pdf.js实现的页面预览打印pdf文件流,下载该包后放置项目的静态文件目录下,然后js里使用window.open("/Content/Third/pdf/web/viewer.html?file=" + encodeURIComponent(exportUrl));这里的exportUrl是你的文件下载地址,需要进行加密处理。