Skip to main content
Question

Multi Page PDF - dfault objects on each page?

  • August 13, 2018
  • 2 replies
  • 10 views

Forum|alt.badge.img

I have compiled a workbench which writes to a multi page PDF. It groups objects by 'page number' derived from a Group_id (using count) after the PDFPage Formatter. My problem is: I have other objects (standard text/logo) which I need to write to every page. How do I get other objects to appear on every page?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • August 13, 2018

Hi @cbrown, you can create N copies of the objects with the Cloner (N = number of pages), add "pdf_page_number" attribute to them, then send them to the PDF writer feature type.


Forum|alt.badge.img
  • Author
  • 21 replies
  • August 14, 2018

Thanks @takashi worked a treat!