0

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

user2316116
  • 6,726
  • 1
  • 21
  • 35
VIPUL PARMAR
  • 280
  • 2
  • 4
  • 29

1 Answers1

2

you have to read the PDF file using itextsharp

after that filter your required information and then create a xml file using XML

Dhaval Patel
  • 7,471
  • 6
  • 37
  • 70