Sample

Setting layout options.

Blog Figure
A document with some layout options.

Layout

Page properties such as size, orientation, borders, color, columns and margins are defined with a JSON file.

You can find everything about a document layout in the documentation.

The following example sets the document layout with an A3 size and three columns.

{
    "layout": {
        "columns": {
            "number": 3,
            "space": 120
        },
        "size": "A3"
    }
}

The command to execute in order to define layout and generate a new document is:

dynadocx -d data.json
Blog Figure
Blog Figure
Blog Figure
A document with some layout options.
Icon