Reputation: 292
Can any body tell me how to convert pdf file to xml file. I want to store resume in xml file, i.e. if any user upload the resume in pdf file then it will convert in xml file and in xml file only store some basic detail like name, address, education detail, etc.
please give me answer
Upvotes: 0
Views: 2519
Reputation: 7601
you have to read the PDF file using itextsharp
after that filter your required information and then create a xml file using XML
Upvotes: 2