0
can we make a form which can be autofilled by fetching data from the resume which was uploaded befor the form?
At first we upload resume or CV and make a form in any language or script. then the form fetch data of resume or CV to fill it automatically.
10 ответов
+ 1
Here you go..
A sample of json file load into elements
https://code.sololearn.com/W9GH6h4vTOzb/?ref=app
+ 3
Then you should study your particular pdf, doc file format first, which is a bit tedious.
I would advise you to use json format, which can directly interpreted by Javascript.
+ 2
For uploading a file..
https://code.sololearn.com/WmhU7VNzZYSI/?ref=app
+ 2
For autofill, you just need to extract the contents and update the elements by value attribute.
+ 1
What kind of uploading cv format?
In txt, doc, excel, xml, json or .....
+ 1
thanks a lot
0
format can be pdf,doc
0
is there any example for doing that?
0
thanks
0
my javascript is not too good ,if you give code to extract a single field i will manage the rest of them.
it will be very helpfull