cancel
Showing results for 
Search instead for 
Did you mean: 
8 Replies
Erick
Valued Member
Valued Member

Re: Imposing business cards, each a different number up on the sheet based on the quantity

Thank you Javier. I tried adding zero's to 1 - 9 and that also works.

 

Thank you very much,

 

Erick

0 Kudos
JavierM-Xerox
Account Deactivated

Re: Imposing business cards, each a different number up on the sheet based on the quantity

Put a space before the number and check for the space and the number.

19 will match "ends with 9" since it ends in a nine and that check is before the check for ends with 19.
0 Kudos
Erick
Valued Member
Valued Member

Re: Imposing business cards, each a different number up on the sheet based on the quantity

When I set the routing to job name ends with 19, it imposes it 9up. Even though I put 19, not 9. BUT, when I write in, job name ends with nineteen, it imposes it 19 up. Whats up with that???

0 Kudos
Erick
Valued Member
Valued Member

Re: Imposing business cards, each a different number up on the sheet based on the quantity

Everything is set perfectly, just like 1-10. Then why doesn't 11-19 work? 20 works fine. 20 is 20 up. This is unbelievable,

0 Kudos
Erick
Valued Member
Valued Member

Re: Imposing business cards, each a different number up on the sheet based on the quantity

Very Very frustrating. I am working this method, and it works great until I get to number 11. Numbers 1-10 are 1up, 2up, 3up etc, according to the number that I place at the end of the file name. When it gets to the file with the filename 11 at the end, the business card is only 2up. 14 is 4up, 15 is 5up etc. Under routing rules I put, 15, but it's only using the 5? 

0 Kudos
JavierM-Xerox
Account Deactivated

Re: Imposing business cards, each a different number up on the sheet based on the quantity

Here's a simplified version of this workflow

Screen Shot 2017-07-05 at 10.28.16 AM.png

 

The route component will evaluate the job name (which is based on the filename) to send the job to one of 1 Insert pages components

Each of the rows in this layout maps to a branch in the workflow.

Screen Shot 2017-07-05 at 10.28.55 AM.png

 

The job characteristics for the route component evaluate the job name (in this case the number of repetitions in the layout is at the end of the filename / job name)

Screen Shot 2017-07-05 at 10.28.48 AM.png

 

The insert pages components duplicates all job pages and adds them to the document after each set of contiguous pages

Screen Shot 2017-07-05 at 10.31.55 AM.png

Each insert pages components duplicates a different set of pagfes (in the above case 2 sets of pages are inserted so the document is put 3x in the layout).

 

After each document is duplicated, the files in the job group are joined into a single file which is then imposed.

The Page Order should be set to Cut & Stack with the number of sheets set to 1.

Screen Shot 2017-07-05 at 10.36.15 AM.png

 

Once that's configured, the only other requirement is to submit the jobs you want to impose together as a job group.

Screen Shot 2017-07-05 at 10.38.32 AM.png

0 Kudos
Erick
Valued Member
Valued Member

Re: Imposing business cards, each a different number up on the sheet based on the quantity

Thank you very much Javier.

 

Is it possible for you to give me a more detailed scenerio of the first example that you showed me.

 

Thank you,

 

Erick

0 Kudos
JavierM-Xerox
Account Deactivated

Re: Imposing business cards, each a different number up on the sheet based on the quantity

There are multiple ways in which this could be done. 

 

One example:

  • submit all the jobs as a job group
  • route based on the file name and duplicate job pages to match
  • join all the jobs as a single file
  • impose

the above will require that the workflow contain routingnbranches for every possible quantity which should be workable since the most you would duplicate is the max number of pages in the layout. 

 

Another alternative,

  • submit the jobs as a group with each job having its own quantity (either via a print ticket or via max)
  • use the insert pages component to duplicate the job pages based on the quantity
  • join the files and impose

as with the above this will require submission of a group of jobs that will fill a layout

 

optionally, after duplicating pages you can split jobs into single page jobs and  collect jobs until you have a specific number of pages. This will

  • eliminate the requirement to submit jobs as a group
  • eliminate the requirement to submit the exact number of jobs 

the downside of the last item is that you will have to ensure the queue has the required print quantity set as a hard coded value since the duplication will adjust the quantity to 1. 

Alternatively, you could use a script to restore the quantity to the print ticket (this should be fairly simple to implement in the external component)

 

there re are other ways to do thesis as well but the above should be workable. 

0 Kudos
Erick
Valued Member
Valued Member

Imposing business cards, each a different number up on the sheet based on the quantity

Example: I have 2 business cards that I want to impose on the same sheet. Because of the differences in quantity for each card, I need to impose business card 1, 5up on a 18x12 sheet, and card 2, 15up on the same sheet. What I would like to do is use the Routing Component to set up a 1up - 18 up set of Branches, so then as business cards come in, all I have to do is type in how many up on the file name, and they will impose the correct number up on a sheet. 

 

Example: I receive a job with 4 business cards.

Business card 1, I want 4up.

Business card 2, I want 3up.

Business card 3, I want 6up.

Business card 4, I want 7up.

 

These need to be all on the same sheet.

 

Erick

Labels (5)
0 Kudos