132x4 – multi-up and scaled reporting

Top  Previous  Next

 

This sample rule set will work with any 132 column by 66 row report.  To use it, you must add "-r 132x4" to the command line.  The report uses the across and down commands to scale the report to print four logical pages to a physical page.

 

uf100c –i sample3.txt –f advanced.rul –r 132x4 –p pdf –o client:132x4.pdf

 

 

The rule set header identifies the name.

 

[132x4]

 

The page dimensions are defined as 132 columns by 66 rows.  UnForm will scale each page to fit 2 across and 2 down on a physical page (264 columns and 132 rows).  The report is printed in landscape orientation.  A box is drawn around each page, and the hline command will convert all occurrences of 3 or more dashes to horizontal lines.

 

cols 132

rows 66

across 2

down 2

landscape

cbox .5,.5,132.5,66.5

hline "---"