codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.46k stars 1.09k forks source link

Does it Creates AddressBook or vcards? #70

Closed jfshimul closed 7 years ago

jfshimul commented 7 years ago

what is the method of creating vcards or adress book?

codebude commented 7 years ago

Right now there is now vCard payload type. But feel free to contribute.

codebude commented 7 years ago

Hi @jfshimul with the last commit (https://github.com/codebude/QRCoder/commit/cc2add4c2f8b2d4e9909c70560f9d45d36663ad5) I added a simple ContactData payload generator. It supports: MeCard, vCard 2.1, vCard 3.0 and vCard 4.0.

For now it's just available via GitHub and not on NuGet. Next NuGet release will follow next week. If you need it earlier, use the Nightly NuGet feed or copy code from GitHub.