Stevef8 Posted November 28, 2011 Share Posted November 28, 2011 Is it possible in FusionPro Desktop to specify paper-source selection based on a field in the data file? We have a regularly-repeating project where we are generating two different types subscription-renewal notices from one data list. One notice is printed on plain paper, the second notice requires blank paper with a perforation to allow part of the notice to be detached and returned. There is a field within the data file which contains the information about which type of notice is to be printed. Using FusionPro Desktop, can I build (ideally) a PPML file for printing which will pull the plain paper from tray 3 of our printer, and the perfed paper from tray 4, based on the contents of this data field? TIA, Steve Quote Link to comment Share on other sites More sharing options...
esmith Posted November 29, 2011 Share Posted November 29, 2011 I've not dealt with this myself, but doing a search of the forums for this topic uncovers a thread similar to yours. Although you may not be using the same press, it looks as though a-c's response may give you a direction to try yourself. Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted November 29, 2011 Share Posted November 29, 2011 Depending on the output format and the capabilities of the press, you can use either VDX page media settings, PostScript command files, PPD settings, or JDF to select media in FusionPro 7.2. Quote Link to comment Share on other sites More sharing options...
Stevef8 Posted November 29, 2011 Author Share Posted November 29, 2011 Thanks for the link. I'm not certain that thread fits what I'd be doing. If it weren't for the different paper stock, I'd just build a switch rule in FPro to supply the different invoice layouts based on the data-field value. What I'd ideally like to be able to do (based on my at-present very limited knowledge of building FPro templates) is control the paper-tray source in the same rule. Steve Frye Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted November 29, 2011 Share Posted November 29, 2011 If it weren't for the different paper stock, I'd just build a switch rule in FPro to supply the different invoice layouts based on the data-field value. What I'd ideally like to be able to do (based on my at-present very limited knowledge of building FPro templates) is control the paper-tray source in the same rule. You need to create multiple Unused Body pages, each with a different page media assigned (via PPD, JDF, etc. as enumerated in my previous post), and the same variable frames. Then you can use FusionPro.Composition.SetBodyPageUsage() in your OnRecordStart rule to activate the page with the desired media. Quote Link to comment Share on other sites More sharing options...
Stevef8 Posted November 29, 2011 Author Share Posted November 29, 2011 You need to create multiple Unused Body pages, each with a different page media assigned (via PPD, JDF, etc. as enumerated in my previous post), and the same variable frames. Then you can use FusionPro.Composition.SetBodyPageUsage() in your OnRecordStart rule to activate the page with the desired media. As a rank newbie with FusionPro, are there specific instructions/tutorials available which would guide one through setting up Unused Body pages? I need to understand the concept behind the term before I start playing with this. Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted November 29, 2011 Share Posted November 29, 2011 As a rank newbie with FusionPro, are there specific instructions/tutorials available which would guide one through setting up Unused Body pages? I need to understand the concept behind the term before I start playing with this. Search either this forum or the FusionPro Rules Guide for "SetBodyPageUsage". Quote Link to comment Share on other sites More sharing options...
MattiaDuesse Posted June 14, 2017 Share Posted June 14, 2017 HI, i use switch tray and is it possible that we compose a jdf by 20 record all work good while we compose a jdf by 200 record, my print (Ricoh pro 8100se ) the paper was switched randomly? JDF doesn't work with more record? or the problem is JMF?? PS in FP 9.36 postscript don't read Too many repeated text boxes on a page. Why? Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted June 14, 2017 Share Posted June 14, 2017 HI, i use switch tray and is it possible that we compose a jdf by 20 record all work good while we compose a jdf by 200 record, my print (Ricoh pro 8100se ) the paper was switched randomly? JDF doesn't work with more record? or the problem is JMF?? PS in FP 9.36 postscript don't read Too many repeated text boxes on a page. Why? I'm having trouble figuring out what you're asking. I recommend contacting Support. 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.