Table of Contents

Introduction

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.

Contribution

History

Features

Download

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 ;) )

Installation

Usage

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)

Example