ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.07k stars 238 forks source link

allow to set AcroForm #248

Closed pamapa closed 2 years ago

pamapa commented 2 years ago

taken from https://github.com/ststeiger/PdfSharpCore/pull/243. The change itself is independent and useful for other proposes...

codenexus2004 commented 1 year ago

To expose this - wouldn't you need a set { Catalog.AcroFrom = value; } on the PdfDocument.AcroForm or is there another way to get this into the PdfDocument?