mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Merge pull request #13660 from calixteman/no_xfaf
XFA - Disable xfa rendering for XFAF pdfs
This commit is contained in:
commit
56e7bb626c
2 changed files with 13 additions and 0 deletions
|
@ -882,6 +882,7 @@ class PDFDocument {
|
|||
get xfaFactory() {
|
||||
if (
|
||||
this.pdfManager.enableXfa &&
|
||||
this.catalog.needsRendering &&
|
||||
this.formInfo.hasXfa &&
|
||||
!this.formInfo.hasAcroForm
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue