We have a form that needs to be filled in an interactive PDF Form. Details like Name, Amount of different expenses are to be filled is there a way to open the source code in a simplified manner so that I can use Excel VBA macros to edit the data for the PDF.
The thing is that we already have the data to entered to PDF in Excel format. So if I am able to open the pdf in a text file or something I can easily alter the data for PDF using the Excel, even copy-paste is not gonna ease my work.
Here is the link to the PDF form that I need to open in a readable text manner http://www.mca.gov.in/MCA21/dca/downloadeforms/eformTemplates/NCA/Form_ADT-2.zip
Please get me a way that I can use any software to edit such Form type PDFs.
What I have tried:
I have tried opening the PDF using Hexeditor but that thing is so binary and I am not able to get things connected with that.