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:
Jonas Jenwald 2021-09-18 16:13:20 +02:00 committed by GitHub
commit 6634afd646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.");