我正在使用jspdf库,并且在chrome和edge的情况下会在模式查看器中打开pdf,但会下载pdf并在mozila中打开。 谁能帮我解决这个问题,我也希望我的应用程序在mozila中也能以相同的方式工作。
演示:DEMO
在我使用过的html中:
<button class="pull-right" (click)="captureScreen()">PDF</button>
<div class="container" ></div>
<embed id="convertToPdf" type="application/pdf" width="100%" Content-Disposition= "inline" height="100%" [ngStyle]="{display: (displayTable ? 'block' : 'none')}">