seanf711
seanf711
> Did you specify the **PDFiumSharp.RenderingFlags.Annotations** flag when rendering? This is the line of code I am using to render to an image: page.Render(bitmap,PDFiumSharp.Enums.PageOrientations.Normal, PDFiumSharp.Enums.RenderingFlags.Annotations | PDFiumSharp.Enums.RenderingFlags.Printing);
> Apparently "annotations" are not the same thing as fillable form fields (which I believe are either AcroForm or XFA). After digging around last night, I discovered the same issue...
> I created my own fork of PDFiumSharp (based on another fork that has a had recent work done on it) and pushed the changes up today to get annotations...