PRINTING LABELS

Labels are printed using the "Print Labels" commands found under the [Order] menu. Labels for multiple orders can be printed using the "Print Labels for Order(s)" menu item. Address labels for a single order file can be printed by using the "Print Address Labels for Specific Order File."

Before modifying any configuration file always make a backup copy of the file.

The format used for label printing can be modifed by changing the jsof.config file:

;	Font		Font type arial, courier, etc.
;	Size		Font size in 1/10th of a point
;	Height		Height of the label in inches
;	Width		Width of the label in inches
;	Top Margin	The distance in inches from the top where the labels will start printing
;	RowCnt		Number of row down the page
;	ColCnt		Number of columns across the page
;	ColPos		The starting point in inches for each column across the page
;	Offset		Offset +/- from the right margin for all labels.
;
; Default for ADDRESS LABEL STRING		Avery 5660 3 x 10
; Default for GIVER ADDRESS LABEL STRING	Avery 5660 3 x 10
; Default for COURIER LABEL STRING		Avery 5660 3 x 10
; Default for COMMENT LABEL STRING		Avery 5661 2 x 10
;
;	Labels are printed with a 1/8" left/right margin
;	
ADDRESS LABEL STRING		= arial, 100, 1, 2.625, 0.5, 10, 3, -0.3, 0.1875, 2.9375, 5.75
GIVER ADDRESS LABEL STRING	= arial, 100, 1, 2.625, 0.5, 10, 3, -0.3, 0.1875, 2.9375, 5.75
COURIER LABEL STRING		= arial, 100, 1, 2.625, 0.5, 10, 3, -0.3, 0.1875, 2.9375, 5.75
COMMENT LABEL STRING		= arial, 180, 1, 4.125,	0.5, 10, 2, 0, 0.065, 4.3125, 0.0
Each configuration string contains a set of values separated by commas i.e. "arial, 100, 1, 2.625, 0.5, 10, 3, -0.3, 0.1875, 2.9375, 5.75" Each comma delimited field has a specific value of: "Font, Size, Height, Width, Top margin, RowCnt, ColCnt, ColPos, offet"