libfreehand

Library to interpret and import Adobe FreeHand documents

brewmacoslinux
Try with needOr install directly
Source

About

Interpret and import Aldus/Macromedia/Adobe FreeHand documents

Commands

libfreehand

Examples

Convert FreeHand file to SVG format using LibreOffice Draw$ libreoffice --headless --convert-to svg input.fh11
Check if FreeHand document can be read by library$ file -m /usr/local/opt/libfreehand/share/magic document.fh
Use libfreehand as dependency in document conversion pipeline$ python3 -c "import subprocess; subprocess.run(['soffice', '--headless', '--convert-to', 'pdf', 'design.fh11'])"