blob: a92790705da0861f9289776a59c7db0ee0debd7d [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
<title>Creation of a document generator</title>
<link rel="stylesheet" type="text/css" href="userguide.css">
</head>
<body>
<h2>Creation of a document generator</h2>
<ul>
<li><b>Create a new document</b> in MS Office 2007+ (.pptx) format or get
an existing document (with the company charter for example) in one of
these formats.</li>
<li>Define <b>static parts</b> in the slides that can be : images, text,
some data, formulas, etc.</li>
<li><b>Identify dynamic parts</b> with &lt;gendoc&gt; tags inside text
boxes in the slides.</li>
<li>Just adapt configuration parameters in template header:
<ul>
<li>Model path</li>
<li>Output file path</li>
</ul>
</li>
<li>Generate with a right click menu</li>
<li>As it is an iterative process, you can do it whenever you want</li>
</ul>
<p>Animations inside of &lt;gendoc&gt; tags are not supported. RichText is
not supported.</p>
<p>Note: Generation can also be launched in batch mode.</p>
</body>
</html>