6

I'm interested in being able to read ID cards(Belgian ID cards if that matters) using the idcard reader.

After some research I came across this blog which seems great, but it does require .NET to be able to run. I also found e-contract which allows us to do the same, but it does require jboss.

However, I would want to implement it with Salesforce, so I would prefer using HTML/JS and any JS libraries needed.

Is there any library/trick that I can use to be able to read the data from the microchip directly into browser?

Novarg
  • 7,390
  • 3
  • 38
  • 74
  • http://stackoverflow.com/help/on-topic _"Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam."_ – blex Jul 13 '15 at 14:05
  • From [the EID developers guide](http://eid.belgium.be/en/binaries/UPD_Developers_Guide_tcm406-112228.pdf), it looks like you can only use C++, Java and dotNet languages. It does not look very promising for JS in this matter :/ – blex Jul 13 '15 at 14:14
  • @blex thanks for your reply. I've seen it and that's why I asked if there is any library or trick to bypass it. – Novarg Jul 13 '15 at 14:21
  • Did you find anything? Looking for the same thing. – bertvh Aug 04 '16 at 07:37
  • @bertvh nope. It was decided to let Java do it and then send the info to the server. Although I'm pretty sure there should be a way to do it in a web page, I did not find it and never looked into it since then – Novarg Aug 04 '16 at 07:39
  • @Novarg Any solutions for this? – Boky Mar 20 '18 at 12:41
  • @Boky nope, did not find it. It was decided to use Java and then send the request to the server – Novarg Mar 20 '18 at 12:55
  • @Novarg Ok, thanks. – Boky Mar 20 '18 at 13:15
  • i know this is an old question but did you find any solution? – Abdallah Apr 13 '22 at 10:28

0 Answers0