Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip
fieldObjects
that are not actually References
The `fieldObjects`-getter is implemented in the `PDFDocument` class, which means that the `this._localIdFactory`-property that we pass to `AnnotationFactory.create` doesn't actually exist. The reason that this hasn't caused any bugs, that I'm aware of, is that all /Fields-entries need to be References to actually make sense.
- Loading branch information