#1
|
|||
|
|||
![]()
I accidentally asked this question in the Producer area, I apologize.
I have a variable job that has the 1st page that has a letter with some variable fields. Starting with the second page I need to place a 3-page PDF, which will become pages 2-4, for a total of a 4-page document. The filenames are in a field in the data file. I have created a resource for the 3-page PDF files. Then I created a rule for each of the pages. I've attached all the files for what I did. It's a test sample, instead of loading all 300 records. Still, when I validate the rule I get an error that my resource doesn't exist, when it clearly does. I tried another method I found on the forum and it was crazy confusing. Please Help!
__________________
Using FusionPro Desktop 12.1.3 on Widows 10 Pro i7-8700 CPU, 3.2 Ghz with 16GBRam. Acrobat DC (the Cloud) Also Running FusionPro Producer on a Windows 7 Professional Virtual Machine. |
#2
|
|||
|
|||
![]()
I edited your rules a little and it seems to work. I added a "Insert Picture Rule" with the path to the pdfs and altered your page rules slightly to this:
var r = Rule("Insert Picture Rule"); r.pagenumber = 1; // or 1 here return r; I've attached the revised pdf with the new rules.
__________________
FusionPro Creator v13.0.2 / FusionPro Producer / FusionPro Expression / Mac OSX 12.6.2 / Acrobat Pro |
#3
|
||||
|
||||
![]()
The resource exists, but not in the same folder as the template, so FusionPro doesn't know where to find it.
You can add a rule with the search path to the graphic, as Susan suggests. But there's a much simpler solution: Go into the Composition Settings dialog, on the Advanced tab, and enter the path to the graphics in the Search Path box there. This can be a path relative to the template, so all I had to do to get it to work was simply type the folder name "fc pdf files" (without quotes) in that Search Path box, and the graphics are found.
__________________
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)}); ![]() |
#4
|
|||
|
|||
![]()
Thank you both very much. Working perfectly now.
__________________
Using FusionPro Desktop 12.1.3 on Widows 10 Pro i7-8700 CPU, 3.2 Ghz with 16GBRam. Acrobat DC (the Cloud) Also Running FusionPro Producer on a Windows 7 Professional Virtual Machine. |
#5
|
|||
|
|||
![]()
I have a question related to this job. When I choose to use the Fusionpro Producer, the images on pages 2-4 do not show up. Are they not being sent over with the job because they are not Resources? If so, how do I get producer to include them?
__________________
Using FusionPro Desktop 12.1.3 on Widows 10 Pro i7-8700 CPU, 3.2 Ghz with 16GBRam. Acrobat DC (the Cloud) Also Running FusionPro Producer on a Windows 7 Professional Virtual Machine. |
#6
|
||||
|
||||
![]() Quote:
But these will all get uploaded every time you compose, which will make each submission take longer, and will fill up the drive on the Producer machine more quickly. The best practice for Producer jobs is to put the graphics on the network, so that both local previews and Producer compositions can access them from a common location. On Windows, you will access the files via UNC paths, which start with two backslashes, something like "\\server\share\folder\filename.jpg". You can enter the path to the graphics (\\server\share\folder\) in the same Search Path location, on the Advanced tab of the Composition Settings, that you used for the relative path. If you have more than one location where graphics are located, you can specify multiple paths delimited with semicolons ; in that Search Path box. Another option is to set a global search path for all jobs submitted to the queue, in the Producer Configuration app, but this is more complicated and requires the graphics to be found differently in local previews than in Producer compositions.
__________________
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)}); ![]() |
#7
|
|||
|
|||
![]()
Thank you, Dan. I actually found one of your posts late yesterday, with the same solution. But, it just isn't working. I'm very familiar with UNC paths so the solution made perfect sense. I've even placed the path in the Producer Configuration. No luck. I've checked all permissions for Sharing on my PC and the PC that Producer is running on and it all checks out. I don't get any errors, I just get blank pages where those images are supposed to be. I'll keep Hammering away at it.
__________________
Using FusionPro Desktop 12.1.3 on Widows 10 Pro i7-8700 CPU, 3.2 Ghz with 16GBRam. Acrobat DC (the Cloud) Also Running FusionPro Producer on a Windows 7 Professional Virtual Machine. |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|