<< | [up] | >> |
dim_STAT User's Guide. by Dimitri |
Additional Tools |
Since v.5 additional tools were shipped within package, but it seems I forgot to present them explicitly and a lot of users were not informed about...
Java2GIF Tool |
Tool converting any HTML pages containing dim_STAT applet into HTML pages with GIF images instead, very useful for reporting, printing, etc.Installed in: /apps/Java2GIF
Requirement:
- JRE or JDK installed on the system
- X11 DISPLAY positioned for image outputConfiguration: edit "j2gif.sh" script to point into right PATH for "java" binary
Usage:
$ j2gif.sh /full/path/to/dir/with/your/html/filesExample:
- Analyzing dim_STAT graphs time to time you "Save As" your pages into /Report/J
- Once finished, make backup first of your files!
- $ /apps/Java2GIF/j2gif.sh /Report/J
- That's all!
Java2PNG Tool |
Same as Java2GIF, but with few important differences:
- don't need X11 server for output
- processing execution is much more faster vs Java2GIF
- use PNG image format
- doesn't support histogramm modeInstalled in: /apps/ADMIN
Requirement: -
Configuration: -
Usage:
$ cd /apps/ADMIN
$ Java2PNG /full/path/to/dir/with/your/html/files
HTMLDOC Tool |
Installed in: /apps/htmldocUsage: $ cat /apps/htmldoc/README
This is a short README about "htmldoc" program. This program is free and I've found it very useful for making printable and well presented HTML ==> PDF documents. Of course, HTML is great for screen viewing, but when you should bring a printed version - it's not so simple to obtain something presentable in easy way... Also, I like to send PDF documents, they are small and very portable :)) The home page of "htmldoc" tool is: http://www.easysw.com/htmldoc You may download and compile the last version from this site. But as people are lazy by defenition :)) , I've pre-installed not last, but well working binary of this great tool... For detailed description you may start to read the htmldoc manual, but if you are lazy as me :)), you may just start: /apps/htmldoc/bin/htmldoc --webpage --header t.D -f Report.pdf *.html Report/*.html to get PDF document (Report.pdf) from collection of HTML files... That's all! :)) -Dimitri
<< | [up] | >> |