This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dhw2vec:dhw2vec [2014/11/07 22:15] 127.0.0.1 external edit |
dhw2vec:dhw2vec [2016/02/15 22:46] (current) armin [Introduction] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Introduction ====== | ====== Introduction ====== | ||
- | **DHW** file format is used by the [[http://www.acecad.com.tw/index.php?option=com_content&view=article&id=40&Itemid=67&lang=en|DigiMemo]] A402/A502 from [[http://www.acecad.com.tw/|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 shown by E.T.E.S. After several modifications of the code it is now possible to convert into PDF, PS, DIA and XOJ. | + | **DHW** file format is used by the [[http://www.acecad.com.tw/index.php/products/digital-notepad-with-memory/digimemo-a402|DigiMemo]] A402/A502 from [[http://www.acecad.com.tw/|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 ====== | ====== Contribution ====== | ||
Line 19: | Line 19: | ||
====== Download ====== | ====== Download ====== | ||
- | {{:dhw2vec:dhw2vec_v0.1.2.tgz}} --> still no real license available, maybe next version will arrive with GPLv2 | + | 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 ====== | ====== Installation ====== | ||
* copy the main file ''dhw2vec.pl'' to a directory which is already included in your ''$PATH'' environment variable. Usually ''$HOME/bin''. | * copy the main file ''dhw2vec.pl'' to a directory which is already included in your ''$PATH'' environment variable. Usually ''$HOME/bin''. | ||
- | * change to this file and create some symbolic links | + | * change to this directory and create some symbolic links |
* ''ln -s dhw2vec.pl dhw2pdf'' | * ''ln -s dhw2vec.pl dhw2pdf'' | ||
* ''ln -s dhw2vec.pl dhw2via'' | * ''ln -s dhw2vec.pl dhw2via'' |