![]() |
FP Imposer - Multiple Pages One Sheet
I have a 2 page 8.5 x 11 PDF and when I compose with a simple 2up imposition I get a 11 x 17 with Record 1 on the left and Record 2 on the right. Is there a way to get Record 1 Page 1 on the left and Record 1 Page 2 on the right? All on the same side? FP Imposer it seems to be record driven and each page creates a new page. Is there a way to make it page driven and when it runs out of pages it goes to the next record?
Is FP Imposer the answer or is there something I can create in FusionPro using Javascript? |
Re: FP Imposer
Do you have an example of what you are trying to accomplish? Are all records two pages or does the page count vary?
|
Re: FP Imposer
3 Attachment(s)
Here you go.
|
Re: FP Imposer
So are all records going to be two pages?
|
Re: FP Imposer
Yes, all records will be two pages.
|
Re: FP Imposer
Well what I was going to try won't work anyway. Why not just have your FP template be 17X11 and place your two 8.5 X 11 pages side by side since they are all two pages?
|
Re: FP Imposer
That is my current process. I am wondering if there is another way to do it using FP Imposer. I would like to take the 2 page PDF I receive from the client, then connect to the data, import my variable fields, and grab my imposition file then compose. Instead of receiving a file from the client and making it into a 17x11. I currently make page 1 and page 2 a resource and just add them to my 17x11 template.
Thank you for your help dreimer. |
Re: FP Imposer
I am trying to do something similar and thought Fusion Pro could do it. I have a 30 page PDF of one-ups that is ready to go and I just want to impose it to 15 per imposed sheet and I can't seem to do it.
|
Re: FP Imposer
Since your document is 2 pages it wants to impose these as a collated set. You can get around this by repeating each record twice (once for each page) and turning off the 2nd page the first time and the 1st page the second time. To do this you'll just need to add this to an OnRecordStart callback rule:
Code:
FusionPro.Composition.repeatRecordCount = 2; |
Re: FP Imposer
Step, I tried your rule for my scenario since no one else has responded to what I was trying. So my code looks like this to get my 26 page PDF imposed using my imposition file.
Code:
FusionPro.Composition.repeatRecordCount = 26; |
All times are GMT -7. The time now is 01:49 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2022, Jelsoft Enterprises Ltd.
(c) 2011, PTI Marketing Technologies™, Inc.