Hi,
I have a PDF form with large number of question and their answer. i need to extract these answer and fill an online form. The format of the questionnaire will always be more or less same with exception of few questions.
Dictonary will be only one… to add each questions and answer, you can use AddToDictionary activity that is present after you install the package: Microsoft.Activities.Extensions.
Sorry, I didn’t explain very well perhaps. So if the the number of questions are above 100, I will have to do a redundant task of adding that number of AddToDictionary. Also as there no set numbers and the questions changes as well, i can not figure out how I will extract the answer(If am using regex am doing it 100s of times.
I am just wondering if there is an easier ways.
Thanks for the help.
That sounds very promising. Will it be possible for you share an example if you have come across similar that will be very very helpful. Thanks a million.
No no am sorry, i don’t have that. I know how can i get answer to one specific question but a regex which will grab me all the answer to the questions is what I need. i wasn’t even aware that that can be done.
Regards