Add form properties to result from ReadPDF

The idea is:

Return form data from PDF’s

My use case:

PDF form processing into MongoDB

I think it would be beneficial to add this because:

PDF forms can be easily created with OpenOffice Writer, a tool to easily read the data is missing.

Any resources to support this?

Only a small change needed to parse-pdf library see GitHub - nzidol/pdf-parse-form

Are you willing to work on this?

Yes

Community node at n8n-nodes-readpdfform - npm

1 Like

Just tried it out and it’s working perfect out of the box for my test file:

This is amazing, thanks so much for sharing!