Notes for MS-Word files

Styles

Word styles can be mapped to styles in the template. See: style aliases.

Supported styles:

The following custom styles can be used

Lists

List in word files will be mapped to lists in pdf. Bullets will be mapped to bullets in the pdf-font.

New page / New column

New Page or New Column can be included as layout instruction in the Word document:
Use the instruction NewPage / NewColumn in a style called ‘layout’ in the word-document

example

TODO: think about a better solution for this!!

Images

Images (reference) can be included in de the Word files. This can be done by adding a ‘Picture’ style in Word. Add picture urls using this style.

example

But it’s preferred to add the pictures in the template. See the wire frames.

Tables

Tables in Word

Tables can be part of the Word document. These tables will be - by default - handle like enumerations. All columns will have equal width.

example

TODO: Style definitions in template xml for tables.
TODO: Doc about formatting tables and some examples with in- and output.

Tables in Excel

Tables can also be imported from Excel data. This can be done by adding a ‘Table’ style in Word. And put the range name in the Word document using this style.

example

TODO: Style definitions in template xml for excel tables.
TODO: Doc about formatting tables and some examples with in- and output.