我在 Angular 8 中使用 ngx-extended-pdf-viewer(4.0.0-alpha.5) 并且 pdf 可以正确显示,除非我使用单页 pdf。对于单页 pdf,预览为空白。有什么解决办法吗?
我的代码在这里
<ngx-extended-pdf-viewer [delayFirstView]="250" src="{{apiBaseURL}}unprotect/estimate-report/view/{{currentestimationid}}/{{estimationReportType}}" useBrowserLocale="true" height="80vh" [textLayer]="true"></ngx-extended-pdf-viewer>
[View image][1]
[1]: https://i.stack.imgur.com/foGsi.png