mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #14045 from calixteman/noise
XFA - Only warn about the wrong xfa type when there is an xfa thing
This commit is contained in:
commit
6634afd646
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ class WorkerMessageHandler {
|
|||
if (xfaDatasets === null) {
|
||||
xfaDatasets = xref.getNewRef();
|
||||
}
|
||||
} else {
|
||||
} else if (xfa) {
|
||||
acroFormRef = null;
|
||||
// TODO: Support XFA streams.
|
||||
warn("Unsupported XFA type.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue