Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 364 Bytes

WMF Util

Util for reading Microsoft Windows Metafile (*.wmf)

Reference

Microsoft Windows Metafile (structure explanation)

Usage

// reading from file
val wmfFile = WMFFile.fromFile("path/to/your/wmf/file.wmf")
// reading from byte buffer
val wmfFile2 = WMFFile.fromBuffer(byteBuffer)