Skip to content

Util for reading Microsoft Windows Metafile(*.wmf) files

Notifications You must be signed in to change notification settings

ifrankwang/wmf-util

Repository files navigation

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)

About

Util for reading Microsoft Windows Metafile(*.wmf) files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages