All of the examples below assume that io.github.jmcleodfoss xml.jar, pst.jar, and util.jar are in the classpath.
Extract data matching a given folder type from a PST file to an XML file
java io.github.jmcleodfoss.xml.PSTIPFFolderTypeToXML pst-filename IPF-Folder-type
where IPF-folder-type is one of:
- appointment
- configuration
- contact
- hompage
- imcontacts
- journal
- note
- quickcontacts
- reminder
- stickynote
- task
Extract contents of a PST file to an XML file
java io.github.jmcleodfoss.xml.PSTToXML pst-filename
Java native XSLT transformer
java io.github.jmcleodfoss.xml.XSLTProcessor xslt-file xml-file
This works, but I use xlstproc to apply xls stylesheets.
Initial version. Not released, but can be built from the 1.0.0 release tag.
- Targets Java 11
- Uses Version 1.1.0 of pst library
- Javadoc
- pom file and dependency inclusion info
- Download from Sonatype OSS Maven Repository
No changes to functionality, but all code has undergone a thorough review and static analysis.
The library has also been run through several automated code scanners and security checkers, and all issues found have been resolved.