Display all pages of a PDF in the Reports Module

Hello Everyone,

I am able to display the first page of a PDF but all of the PDFs that need to be displayed are between 2 and 4 pages in length. I am currently housing an image component inside of a TableGroup which is working well at displaying at least the first page of each PDF.

It would be nice if each page of the report displayed all of the pages of the PDF.

Any thoughts on how to achieve this outcome?

Thank you,

Perspective doesn't have a "Perspective Reporting Module". It does have the Report Viewer component. Or perhaps you are referring to the Reports Module which is separate from Perspective. Can you edit your original post to clarify.

(Also see Keep it Tidy in the FAQ regarding "Don’t sign your posts — every post has your profile information attached to it.")

1 Like

Wait! You're trying to nest PDFs inside a Report? Which, fundamentally, makes PDFs? You should be using PDF Toolkit or some other post-process that assembles PDFs from other PDFs.

1 Like

We have constructed a ticketing system and each ticket has attachments.

Using the reports module, we have a cover page displaying the relevant data obtained from the attachments. We are then trying to display after the cover page the attachments to support the data on the cover page.

The reporting module does not have any mechanism to do what you want. You need to use an external tool to assemble composite PDFs. I like the open source pdftk tool, as it can easily be called by Ignition in scripts.

2 Likes

Thank you. I will give it a shot.