尝试打印从服务器检索的PDF文件。
方法1
URL.createObjectURL(pdfFile)
)iframe
iframeContentWindow.document.execCommand('print', false, null)
)问题
而无法在Edge中使用方法2
iframe
问题
返回PDF的端点需要授权,因为我看到is no way to pass authorization information,因此iframe无法加载401 Unauthorized
。
如何在Edge中打印从服务器检索的PDF文件?
服务器端 - ASP.NET核心