To Do
The following functionalities should be added to HPFS:
-
Add writing capability for property sets. Presently property sets can
be read only.
-
Add codepage support: Presently the bytes making out the string in a
property's value are interpreted using the platform's default character
set.
-
Add resource bundles to
org.apache.poi.hpsf.wellknown to ease
localizations. This would be useful for mapping standard property IDs to
localized strings. Example: The property ID 4 could be mapped to "Author"
in English or "Verfasser" in German.
-
Implement reading functionality for those property types that are not
yet supported. HPSF should return proper Java types instead of just byte
arrays.
-
Add WMF to java.awt.Image example code in Thumbnail
HOW TO.
by Rainer Klute