Michael Angstadt
Michael Angstadt
The static constructor methods in the `Impp` class are just there for convenience. If a method doesn't exist for a particular protocol, you can just use the class's constructor, like...
The `VCard.getExtendedProperties()` method returns all unrecognized properties. It returns a `List` object.
Not familiar with that, sorry.
I got this to work by modifying the parser to read one byte at a time instead of one char at a time. But it only works for ASCII-compatible character...
Sorry, ez-vcard does not produce the kind of JSON output you are looking for.
I would treat it as an entirely new data format, and start by creating a new "writer" class. You could use one of the existing writer classes as a starting...
The PHOTO property is incorrectly formatted. It should be: ``` PHOTO;TYPE=jpeg;VALUE=uri:https://png.pngtree.com/png-clipart/20190516/original/pngtree-infinity-initial-letter-dd-letter-d-logo-design-linked-png-image_3749553.jpg ```
> I have tried after removing white space which is at the starting of a new line of image URL, but it does not work. Do not remove that whitespace....
Does the photo URL return an image file or does it open a web page? If it opens a web page, then that is probably why you are having trouble....
Didn't know about that, thanks for the info. Don't think the MANIFEST.MF approach would work, since ez-vcard generates an OSGi bundle. All the manifest attribute names start with "Bundle". `pom.properties`...