Skip to main content

Adding Paper Sizes

Adding Paper Sizes

When users print a dashboard widget to a PDF file, the system provides a default set of paper sizes, and the user can choose among them. To extend this set of sizes, add nodes as needed to the ^DeepSee.PaperSizes global, as follows:

Node Value
^DeepSee.PaperSizes(n) where n is an integer

$LISTBUILD(sizename,dimensions) where sizename is the name of the size and dimensions specifies the dimensions. dimensions must have one of the following forms:

widthxheight in

widthxheight mm

There must be exactly one space between height and the unit name.

For example:

Set ^DeepSee.PaperSizes(1) = $LB("My Sticker","100x100 mm")

The new size is immediately available.

FeedbackOpens in a new tab