#1
|
|||
|
|||
![]()
Hi,
Is there a simple way to add a color bar graphic to the template page that you are using as the imposition background? I have uploaded it as a resource, but do not know how to implement it. |
#2
|
||||
|
||||
![]()
I was able to create a basic graphic rule:
Code:
return CreateResource("path/to/file.pdf","graphic",true); |
#3
|
|||
|
|||
![]()
Thank you, that worked. When I output a file, it says
"The number of pages in this record does not match the imposition signature: 1 blank pages will be added. A body page does not have master page assigned." I wrote an OnJobStart rule to use my background page but it is doing something wrong. Is this something you could/would help me with? Here is my code: FusionPro.Composition.impositionSheetBackgroundFro ntPage="ImposedFront"; FusionPro.Composition.impositionSheetBackgroundBac kPage="ImposedBack"; |
#4
|
||||
|
||||
![]()
Do you have two template pages in your FP file named ImposedFront and ImposedBack? Is your FPImposition file 2-sided? Are your records requiring/generating 2-sided output?
|
#5
|
|||
|
|||
![]()
Yes to all.
The file imposes correctly before I add the two template background pages. |
#7
|
|||
|
|||
![]()
See if this works.
The template is a complex one. There are 7 possible background letters that are being called into play with an OnRecordStart rule. Like I said in an earlier post, this functionality is working before I try to add the background pages, then it gives me this error: The number of pages in this record does not match the imposition signature: 1 pages will be truncated. and the output is all wrong. |
#8
|
|||
|
|||
![]()
I continued looking for answers in the forum, and may have figured it out. My first page wasn't set to unused. It appears to be outputting fine now.
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|