Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create vcard file with more than 4000 contacts with image #37

Open
NikunjGadhiya07 opened this issue Mar 1, 2019 · 3 comments
Open

Comments

@NikunjGadhiya07
Copy link

how to create .vcf file with more than 4000 contacts with images, I already created .vcf file with 4000 contacts using vcards-js but, the image does not display in contact profile in mobile, image display less than 10 contacts in .vcf file. it does not work more than 10 contacts. I want images in contact profile in .vcf file with more than 4000 contacts.

@enesser
Copy link
Owner

enesser commented Mar 6, 2019

Have you tried multiple mail clients? Which mail client is it not working in?

This library itself has no limit.

Thanks!

@Mohit8982
Copy link

How can we create multiple contacts?

@cheevu-RS
Copy link

@Mohit8982 just add a '\n' to the formatted string and add the next Vcard entry.
vCardString += '\n' + vCard.getFormattedString();
return the vCardString finally as your .vcf file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants