Library to interpret and import Adobe FreeHand documents
Interpret and import Aldus/Macromedia/Adobe FreeHand documents
libfreehand$ libreoffice --headless --convert-to svg input.fh11$ file -m /usr/local/opt/libfreehand/share/magic document.fh$ python3 -c "import subprocess; subprocess.run(['soffice', '--headless', '--convert-to', 'pdf', 'design.fh11'])"