libmspub

Library to interpret and import Microsoft Publisher documents

brewmacoslinux
Try with needOr install directly
Source

About

Interpret and import Microsoft Publisher content

Commands

libmspub

Examples

Convert a Publisher file to PDF using libmspub with auxiliary tools$ mspub2pdf input.pub output.pdf
Extract text content from a Publisher document$ mspub input.pub
Use libmspub in a C/C++ program by linking against the library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libmspub-0.1)