Outputs Configuration

The following instructions are for configuring a document output in EstatesIT.Software.

Page settings

Variables relating to page settings for document. The values shown are the system defaults on release.

i.e.

{
"Footers": "0.5cm 0.5cm",
"Headers": "0.5cm 0.5cm",
"Margins": "0.5cm 2.0cm 0.5cm 2.0cm",
"Size": "A4"
}

#JSON Tag NameSettingsDescription/CommentsExample
1FootersHeight/Width0.5cm 0.5cm Can be "cm" or "px" but "cm" is probably best used"Footers": "0.5cm 0.5cm",
2HeadersHeight/Width0.5cm 0.5cm Can be "cm" or "px" but "cm" is probably best used"Headers": "0.5cm 0.5cm",
3MarginsTop/Right/Bottom/Left0.5cm 2.0cm 0.5cm 2.0cm Can be "cm" or "px" but "cm" is probably best used"Margins": "0.5cm 2.0cm 0.5cm 2.0cm",
4SizeA4 or Height/WidthA4"Size": "A4"

In addition to these options, you can add the following tags anywhere in the outputs content:

Page Break

Use the following code to create a page break.

[TAG:BREAK-PAGE]

Column Break

Use the following code to create a column break.

[TAG:BREAK-COLUMN]

Line Break

Use the following code to create a line break.

[TAG:BREAK-LINE]

Page Number

Use the following code to output the current page number.

[TAG:PAGE]

Page Count

Use the following code to output the total number of pages.

[TAG:NUMPAGES]