Hi, I’m looking for a way to read the form fields from a digital filled PDF. With “Read PDF Text” I do not get the Values, just title and surroundings. I found this, Link, where hand-filled forms are analyzed. So I’m pretty sure, that it have to be possible to get the values of digital-filled PDF-Forms but I can’t find a solution. ChatGPT sad, that there is a “Read PDF Form Fields”-Activity but I can’t find it. Does anyone have an idea?
Hi @Anil_G,
thank you very much for helping me!
In the meantime there is no “iText 7 Community”, just “iText Community”. With the current Version 9.0.0 Invoke Code throws following error:
Fehler BC30456: "GetFormFields" ist kein Member von "PdfAcroForm". Bei Zeile 2.
With 7.2.5 Invoke Code is fine but after execute I get
Meldung: Exception has been thrown by the target of an invocation.
Ausnahmetyp: System.Reflection.TargetInvocationException
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> iText.Kernel.Exceptions.PdfException: There is no associate PdfWriter for making indirects. at iText.Kernel.Pdf.PdfObject.MakeIndirect(PdfDocument document, PdfIndirectReference reference)
The error with 7.2.5 is a problem with my pdf-file - it works with another PDF.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.