Skip to content

Instantly share code, notes, and snippets.

@aspose-com-gists
Last active March 24, 2022 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspose-com-gists/e47a111651462d4924c32b7c2ebe79c8 to your computer and use it in GitHub Desktop.
Save aspose-com-gists/e47a111651462d4924c32b7c2ebe79c8 to your computer and use it in GitHub Desktop.
Convert VCF File to HTML in Java
// Load VCF file
MailMessage contact = MailMessage.load("contact.vcf");
// Save VCF as HTML
contact.save("converted.html", SaveOptions.getDefaultHtml());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment