Search code examples
c#vb.netformspdfpdfium

PDFium - Reading Values of PDF Text Form Fields?


I am using PDFium to load a PDF on my Windows-Form via Visual Basic .NET. The PDF contains form fields. There is a Windows-Forms-Button that allows me to save the PDF on hard disk.

Is it possible to read the entered values ON the PDF with PDFium once the save button is clicked?

Ideas based on Visual C# .Net are also welcome.

Thanks in advance.


Solution

  • This functionality is not present in the original Pdfium engine. But the vendor says that this ability will be provided in the next release of Pdfium.Net SDK which is expected soon.