|
#1
|
|||
|
|||
![]()
I'm sure this is incredibly simple but I cannot get any rules to work for it on the body pages for some reason.
We have a 24 page magazine I will impose into printer spreads in the end with Imposer. The data could have a couple different customers in it mailing to a different 24 page PDF in one data field called "ARTF". I set up my layout as 24 body pages. I need the rule to put page 1 of the PDF in the data on Body Page 1, page 2 of the PDF on Body Page 2 and so on. Body Page 24 has the mailing panel and indicia. Any help is appreciated
__________________
Bryan Mathes, Print Production Specialist FusionPro Designer 10.1.11, FusionPro Producer (Server) API 10.1.11 Mac OSX 10.12.6 Mac Pro 2.8 GHz Quad Core Intel Xeon |
#2
|
||||
|
||||
![]()
I wouldn't approach the job that way, creating all those body pages in the template.
Instead, I would either use an overflow page with inline graphics, per this thread: http://forums.pti.com/showthread.php?t=37 Or, even simpler, just make a simple one-page template, with a graphic frame, and repeat the record for the number of pages in the PDF resource, with code like this in OnRecordStart: Code:
var PDF = Resource(Field("ARTF"), "graphic"); FusionPro.Composition.repeatRecordCount = PDF.countPages; PDF.pagenumber = FusionPro.Composition.repeatRecordNumber; FindGraphicFrame("FrameName").SetGraphic(PDF);
__________________
Dan Korn FusionPro Developer / JavaScript Guru / Forum Moderator PTI Marketing Technologies | Printable | MarcomCentral I am a not a Support engineer, and this forum is not a substitute for Support. My participation on this forum is primarily as a fellow user (and a forum moderator). I am happy to provide help and answers to questions when I can; however, there is no guarantee that I, or anyone else on this forum, will be able to answer all questions or fix any problems. If I ask for files to clarify an issue, I might not be able to look at them personally. I am not able to answer private messages, emails, or phone calls unless they go through proper Support channels. Please direct any sales or pricing questions to your salesperson or inquiries@marcom.com. Complex template-building questions, as well as all installation and font questions or problems, should be directed to FusionProSupport@marcom.com. Paid consulting work may be required to fulfill your template-building needs. This is a publicly viewable forum. Please DO NOT post fonts, or other proprietary content, to this forum. Also, please DO NOT post any "live" data with real names, addresses, or any other personal, private, or confidential data. Please include the specific versions of FusionPro, Acrobat, and your operating system in any problem reports or help requests. I recommend putting this information in your forum signature. Please also check your composition log (.msg) file for relevant error or warning messages. Please post questions specific to the MarcomCentral Enterprise and Web-to-Print applications in the MarcomCentral forum. Click here to request access. Or contact your Business Relationship Manager (BRM/CPM) for assistance. Please direct any questions specific to EFI's Digital StoreFront (DSF) to EFI support. How To Ask Questions The Smart Way The correct spellings are JavaScript, FusionPro, and MarcomCentral (each with two capital letters and no spaces). Acceptable abbreviations are JS, FP, and MC (or MCC). There is no "S" at the end of "Expression" or "Printable"! The name of the product is FusionPro, not "Fusion". "Java" is not is not the same as JavaScript. Check out the JavaScript Guide and JavaScript Reference! FusionPro 8.0 and newer use JavaScript 1.7. Older versions use JavaScript 1.5. return "KbwbTdsjqu!spdlt\"".replace(/./g,function(w){return String.fromCharCode(w.charCodeAt()-1)}); ![]() |
#3
|
|||
|
|||
![]()
Thanks Dan. I did create a second layout with the first page, an overflow page and then the last page that has the mailing panel. I think I was having some issues reaching the file path on the server too.
I'll try this rule and see if that does the trick.
__________________
Bryan Mathes, Print Production Specialist FusionPro Designer 10.1.11, FusionPro Producer (Server) API 10.1.11 Mac OSX 10.12.6 Mac Pro 2.8 GHz Quad Core Intel Xeon |
#4
|
||||
|
||||
![]() Quote:
Or do you mean issues specifying the path in a rule? The best way to resolve that is to put the path to the server in the Search Path box on the Advanced tab of the Composition Settings dialog. If the file is on a network drive, you probably need to use a mounted drive spec on Mac, starting with something line "smb://". If you're submitting the job from Mac to Producer, you may need to specify two different paths in the Search Path box, delimited by a semicolon: a mounted drive spec for Mac and a UNC path for Windows. Or put the UNC path to the graphics in the search path for the queue, in the Producer Configuration app. Sure, although you need to be able to find the graphic resource either way.
__________________
Dan Korn FusionPro Developer / JavaScript Guru / Forum Moderator PTI Marketing Technologies | Printable | MarcomCentral I am a not a Support engineer, and this forum is not a substitute for Support. My participation on this forum is primarily as a fellow user (and a forum moderator). I am happy to provide help and answers to questions when I can; however, there is no guarantee that I, or anyone else on this forum, will be able to answer all questions or fix any problems. If I ask for files to clarify an issue, I might not be able to look at them personally. I am not able to answer private messages, emails, or phone calls unless they go through proper Support channels. Please direct any sales or pricing questions to your salesperson or inquiries@marcom.com. Complex template-building questions, as well as all installation and font questions or problems, should be directed to FusionProSupport@marcom.com. Paid consulting work may be required to fulfill your template-building needs. This is a publicly viewable forum. Please DO NOT post fonts, or other proprietary content, to this forum. Also, please DO NOT post any "live" data with real names, addresses, or any other personal, private, or confidential data. Please include the specific versions of FusionPro, Acrobat, and your operating system in any problem reports or help requests. I recommend putting this information in your forum signature. Please also check your composition log (.msg) file for relevant error or warning messages. Please post questions specific to the MarcomCentral Enterprise and Web-to-Print applications in the MarcomCentral forum. Click here to request access. Or contact your Business Relationship Manager (BRM/CPM) for assistance. Please direct any questions specific to EFI's Digital StoreFront (DSF) to EFI support. How To Ask Questions The Smart Way The correct spellings are JavaScript, FusionPro, and MarcomCentral (each with two capital letters and no spaces). Acceptable abbreviations are JS, FP, and MC (or MCC). There is no "S" at the end of "Expression" or "Printable"! The name of the product is FusionPro, not "Fusion". "Java" is not is not the same as JavaScript. Check out the JavaScript Guide and JavaScript Reference! FusionPro 8.0 and newer use JavaScript 1.7. Older versions use JavaScript 1.5. return "KbwbTdsjqu!spdlt\"".replace(/./g,function(w){return String.fromCharCode(w.charCodeAt()-1)}); ![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|