DHW file format is used by the DigiMemo A402/A502 from ACECAD. To make this proprietary format viewable or even editable under Linux an appropriate converter software is necessary. Fortunately conversion is simple and can be done with the help of a few lines of perl code as demonstrated by E.T.E.S. After several iterations by different authors it is now possible to convert into PDF, PS, DIA and XOJ.
still no real license available, maybe next version will arrive with GPLv2 .. please contact me and I'll try to create a new version (need some motivation ;) )
dhw2vec.pl
to a directory which is already included in your $PATH
environment variable. Usually $HOME/bin
.ln -s dhw2vec.pl dhw2pdf
ln -s dhw2vec.pl dhw2via
ln -s dhw2vec.pl dhw2xoj
ln -s dhw2vec.pl dhw2vec
usage: <yourbin-path>/dhw2vec.pl [params] [dwh file(s)] Where params can be: -c|--colorlayers color layers -d|--debug run in debug mode -h|--help display this usage message -q|--quiet run in quite mode -v|--verbose run in verbose mode --pdf create pdf files (needs ps2pdf) --ps create ps files --dia create dia files --xoj create xournal files (xournal.sf.net)