Finding editable form fields in pdf

I have requirement to check the input pdf has editable form fields or not. Does anyone has experience in such thing… If yes please mention the procedure or any blog also helpful

@vinoth4390

You can use itext7 library for that…using which you can retreive form fields and check the count to see if any fields are retrieved or not

Cheers