Jump to content

Compose a single multi-page file to multiple PDF's


Recommended Posts

Basically what I have is a 4-page PDF, but my production wants separate print files for page1/2 (duplex imposed 2-Up) and page 3/4 (duplex imposed 2-Up). Historically I have Enabled Pages 1 & 2, composed, then Enabled Pages 3 & 4, composed. I'm looking for a script that will allow me to compose once, but give separate output files. I know it will involve loops, but I'm not sure where they need to be in order to output correctly.

Link to comment
Share on other sites

I don't think this is possible in FP Creator.  This sounds like a job for FP Server, where could run two separate compositions.  You could set a CFG entry that the OnRecordStart rule could read to determine which set of pages to activate.

Link to comment
Share on other sites

That's so surprising. There are rules that will repeat records, but not entire data files? I found a similar request to repeat based on an array using an external data file, but it's convoluted. I could probably modify it for my task by adding two lines of SetBodyPageUsage (pg+"_Front", true) and (pg+"_Back", true)

I was hoping that I could set a global variable for the number of loops and have an onRecorStart where if currentRecord==RecordCount && runLoop<>global then goto record 1 and runLoop++. In concept is sounds feasible.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...