You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(forms): pass resolver for indirect refs in dicts and name trees (#56)
PdfDict.getArray(), getDict(), and get() return undefined when the
value is an indirect PdfRef and no resolver is provided. This caused
silent failures for PDFs that store /Fields, /Kids, /AP, /BS, /Opt,
/I, /Contents, and name-tree /Kids and /Names as indirect references.
Fixes 24 call sites across acro-form, field base, widget-annotation,
choice-fields, form-flattener, and name-tree. Also fixes a latent
listbox bug where stale /I entries weren't cleared on single-select
setValue().
Closes#55
0 commit comments