Menu

Tree [e74366] main /
 History

HTTPS access


File Date Author Commit
 fonts 2023-01-19 Alex Terranova Alex Terranova [70d31c] Add files via upload
 img 2023-01-19 Alex Terranova Alex Terranova [404ef6] Add files via upload
 js 2023-01-19 Alex Terranova Alex Terranova [cc4466] Add files via upload
 README.md 2023-01-19 Alex Terranova Alex Terranova [e74366] Update README.md
 vCardViewer.html 2023-01-19 Alex Terranova Alex Terranova [119fd2] Add files via upload

Read Me

A VCF (Virtual Contact File) Viewer/Editor/Creator in JavaScript

FireShot Capture 011 - vCard (VCF) Viewer_Editor JS X FINAL 2 0a - localhost

A Simple VCF (Virtual Contact File) Viewer/Editor/Creator in JavaScript (VCF versions 2.1/3.0/4.0)

What is a VCF file?


A VCF file is a standard file format for storing contact information for one or more persons or a business. It typically includes a name, address, phone number, email address, and other contact information. VCF files also support custom fields, images, and other types of media.

Live demo at: http://alext.rf.gd/vCardViewer.html

Features:

-Includes 13 of the most common property types, more can be included if needed.

-Supports version 2.1, 3.0, 4.0 of VCF

-Automatic VCF version detection when loading a VCF file

-Unlimited number of vCards (VCF) (As much table data as your browser supports)

-Profile photo support: Both URLs and Base64

-Edit any property already on display

-Save your created/edited VCF card(s) directly on your computer

-Add unlimited new contacts

-Add/update profile pictures

-Sort any column in the table alphabetically

-Delete any contact with left mouse click (When delete mode is "ON")

-Print contacts to PDF or paper

-Search bar feature to find contacts easily

-Create a VCF from scratch!!!

Thank you!