How to should i convert a pdf form to excel sheet i have to extract name and other details from that form
Can you provide a sample PDF? There is not enough information to go off of here, since “pdf form” could come in an infinite amount of formats.
As a general rule, if it is machine-generated, you can use the ‘Read PDF text’ activity to convert the entire pdf to a string. Then, use string manipulation (Split, Regex, Index, etc) to pull out the specific information necessary and put it into a datatable. Finally, write that datatable to your excel sheet