Jump to content

30-up labels, 12 labels per record


EricC

Recommended Posts

I have a data file with 300 records.

 

My FusionPro template is an 8.5 x 11 sheet with 30 labels.

 

I want record 1 to appear in label positions 1 through 12.

I want record 2 to appear in label positions 13 through 24.

Label positions 25 through 30 will be blank.

 

On sheet 2, records 3 and 4 will appear.

 

On sheet 3, records 5 and 6 will appear.

 

… etc.

 

 

How can I set this up?

Link to comment
Share on other sites

I think that the easiest solution would be to make your template the size of your label. Then create a 24-up imposition in FPImposer (not centered to leave space for 25-30 to be blank). And then repeat each record 12 times.
Link to comment
Share on other sites

Hi there.

Well unless I am doing something wrong, I don't see how to do this in FusionPro Imposer.

 

The labels are 3 across and 10 down on the sheet.

In FPI,here are my settings:

 

Document (Page) size is 2.625 x 1 (the size of one label)

Pages per Record is set to 12 (but this doesn't seem to do anything)

 

Sheet size is 8.5 x 11 (one sheet of labels)

 

Layout is Simplex

Horizontal Count = 3

Vertical Count = 10

 

Checking the 'Duplicate' box under 'Horizontal' gives me

1 1 1

2 2 2

3 3 3

4 4 4

5 5 5

6 6 6

7 7 7

8 8 8

9 9 9

10 10 10

 

but what I want is ...

1 1 1

1 1 1

1 1 1

1 1 1

2 2 2

2 2 2

2 2 2

2 2 2

x x x

x x x

Link to comment
Share on other sites

Try this:

Document (Page) size is 2.625 x 1 (the size of one label)

 

Sheet size is 8.5 x 11 (one sheet of labels)

 

Layout is Simplex

Horizontal Count = 3

Vertical Count = 8

 

Image Shift Horizontal = .25

Image Shift Vertical = 2.5

(That gives you space at the bottom to cut out two blank rows at the bottom)

 

Do not check "duplicate".

Then at this OnRecordStart rule:

FusionPro.Composition.repeatRecordCount = 12;

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...