When generating PDFs server-side with PdfSharpCore, form fields may appear blank in Chrome while displaying correctly in Adobe Acrobat. Three root causes explain this: (1) Using `.Text` to set field values silently calls `RenderAppearance()`, which destroys existing `/DA` and `/AP` streams — use `.Value` instead and manually

6m read timeFrom spin.atomicobject.com
Post cover image
Table of contents
What’s Actually Happening.Text Triggers RenderAppearance()Chrome Needs the /NeedAppearances FlagMulti-Page Checkboxes Have ChildrenPutting It Together

Sort: