All,
I'm trying to update Tika for POI 4.1.0, and we used to do the
following in our EMFParser:
private void handleWMF(HemfCommentPublic.WindowsMetafile comment, ...)
throws ... {
...
try (InputStream is = TikaInputStream.get(comment.getWmfInputStream())) {
...parse(is)
}
}
How can I get the raw data out of HemfComment.EmfCommentDataWMF ?
Thank you!
Best,
Tim
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]