/google-contacts-vcard-picture-fixer

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Google contacts vCard picture fixer

A very simple project to fix contacts exported from Google by replacing photo links with base64 encoded images.

Motivation

It turns out a lot of mail/calendar/contacts providers doesn't support VCards that has link as photo causing contacts missing picture after import

Building

To build project simply use maven:

mvn assembly:single

Usage

java -jar target/google-contacts-vcard-picture-fixer-1.0-SNAPSHOT-jar-with-dependencies.jar [input_file] ([output_file])
  • [input_file] - file with contacts to be processed
  • [output_file] (optional) - file where processed contacts will be stored (if not provided output will be stored in same location as input with _output suffix)