<html>
 <body>
  <h1 align=center><u>tdr2drw &amp; drw2tdr</u></h1>

<p>These two programs convert Draw files into TDraw files, and vice versa.

<h4>tdr2drw</h4>

Usage:<br>
<kbd>tdr2drw [<i>options</i>] &lt;<i>infile</i>&gt; [-o]
&lt;<i>outfile</i>&gt;</kbd>

<p>tdr2drw is by far the most complicated, as it has to work out all the
redundant information that is omitted from the TDraw file. This means that
it needs access to the appropriate system resources (e.g. fonts mentioned)
so it can generate the right bounding boxes.
<p>Options:
<dl>
 <dt><kbd>-h</kbd>
 <dd>Prints summary of options
 <dt><kbd>-v</kbd>
 <dd>Prints a bit about what it's doing.
 <dt><kbd>-depend &lt;<i>file</i>&gt;</kbd>
 <dd>Write dependencies to <i>file</i>.
</dl>

<h4>drw2tdr</h4>

Usage:<br>
<kbd>drw2tdr [<i>options</i>] &lt;<i>infile</i>&gt; [-o]
&lt;<i>outfile</i>&gt;</kbd>

<p>This program is much simpler, since it just removes a lot of information
from the draw file. It will generate a TDraw file with as few attributes as
possible (e.g. omitting values that are the defaults anyway).

<p>Options:
<dl>
 <dt><kbd>-h</kbd>
 <dd>Prints summary of options
 <dt><kbd>-i</kbd>
 <dd>Use indenting in the output file.
 <dt><kbd>-v</kbd>
 <dd>Prints a bit about what it's doing.
 <dt><kbd>-depend &lt;<i>file</i>&gt;</kbd>
 <dd>Write dependencies to <i>file</i>.
</dl>


<h2>More</h2>
There are two tiny Basic programs included in the tdraw directory.
These are GenCon plugins for FilerPro, and you should put them in
&lt;Filer$Dir&gt;.Utilities.GenCon.Functions.<br>
This will allow you to convert Draw files from/to TDraw files by using
the 'Convert' submenu in the filer.

<h2>Contact</h2>

<p>Questions, etc. should be addressed to
<a href='mailto:tolsson@armware.dk'>Thomas Olsson</a>.

<p>New versions can be found <a href='http://www.armware.dk/files/'>here</a>.
</body>
</html>
