Jump to content

Recommended Posts

Posted

I have a Invoice that I am using overflow pages. The front is overflow1 and the back is overflow2. Is there a way to use Page «$pagenum» of «$pagecount» so that it will just count the fronts.

 

Example: If it composes 3 fronts and backs,I need it to number the fronts as Page 1 of 3, Page 2 of 3, Page 3 of 3 — not number fronts and backs as Page 1 of 6, Page 2 of 6, etc.

Posted

Make a text rule, check the "Re-evaluate this rule for every text flow" box, and do this:

return "Page " + Math.ceil(FusionPro.Composition.currentPageNumber / 2) +
       " of " + Math.ceil(FusionPro.Composition.totalPages / 2);

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...