dave2297 Posted August 3, 2015 Share Posted August 3, 2015 Hi I am in the process of imposing (using FP Imposer) 1million individually coded duplex (common reverse) promotional cards (100mm wide x 70mm height) in a store specific order 'down the stack' - 24 up, stacks of 500 duplex 660x340 sheets (12000 records) creating .vps files. Does anyone know of a way that the output sheets can be numbered as it is crucial that the stacks are printed, cut, stacked and bundled in order. Thank you for your time Dave Quote Link to comment Share on other sites More sharing options...
step Posted August 3, 2015 Share Posted August 3, 2015 The easiest way would be to put a small (potentially screened back) sequence number on the printed piece that production can reference to keep each unique piece in order. You can do this by created a text box, opening the text editor, and inserting the "$outputrecordnumber" variable. Or in a rule: // Padded for 1,000,000 records return FormatNumber("0000000",FusionPro.Composition.outputRecordNumber); Putting a sequence number in the slug of the output file isn't really going to help much if the stacks get out of order on the knife. If you want to do that, though, you can click "Imposition" in the "Composition" window and check "Page Info" under "Page Marks" to print the page number in the output file. If you were running a newer version of FP (your sig says you're running 6.0), you could create a template page and use it as the background of your imposed sheet to gain a little more control over what prints on it. Quote Link to comment Share on other sites More sharing options...
dave2297 Posted August 3, 2015 Author Share Posted August 3, 2015 Thanks step I'll try out your various solutions and report my (your) success back to the board Regards Dave Quote Link to comment Share on other sites More sharing options...
sschaefering Posted August 4, 2015 Share Posted August 4, 2015 add a print sequence order to your data and then make it real small some where on the piece. we use the presort sequence number. using this sequence number makes life easier if your printer jams or if the pieces get cut wrong on the cutter and need to be redone. you wont have to guess or reprint the whole thing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.