wmf2x
A library for reading vector images in Microsoft's native Windows Metafile Format (WMF).
Install
- All systems
-
curl cmd.cat/wmf2x.sh
- Debian
-
apt-get install libwmf-bin
- Ubuntu
-
apt-get install libwmf-bin
- Alpine
-
apk add libwmf
- Arch Linux
-
pacman -S libwmf
- Kali Linux
-
apt-get install libwmf-bin
- CentOS
-
yum install libwmf
- Fedora
-
dnf install libwmf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libwmf-bin
- OS X
-
brew install libwmf
- Raspbian
-
apt-get install libwmf-bin
- Dockerfile
- dockerfile.run/wmf2x
- Docker
-
docker run cmd.cat/wmf2x wmf2x
powered by Commando
libwmf
A library for reading vector images in Microsoft's native Windows Metafile Format (WMF).
libwmf-bin
Windows metafile conversion tools
Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... This package contains several frontends to libwmf (wmf2x, wmf2gd, wmf2fig, wmf2eps, wmf2svg).