Without using report module I need to export my perspective table data in PDF format how to do this?
Because I know PDF export works through report module but i need it for perspective table itself without configuring report table.
Why?
I don't think there is a way to do this natively without external libraries.
If you dont have the module consider man hours to create something likley custom and not reusable to the cost of report module.
Let me know if any has used custom scripts and done PDF export for perspective table.
pdf export for perspective in general at Ignition Exchange:
More approaches without using WebDAV module
You didn't answer the original question.
I was trying to export Perspective Table data as a PDF. Previously, I’ve done this using the Reporting Module, but now I need to download the table data directly as a PDF without using the Reporting Module.
I had even raised ticket to ignition support and they replied as,
Exporting a perspective table to pdf is not natively supported, but can be done with custom scripting.
We can have a button with an on-click script that would fetch the table's current data and then use a pdf generation library to generate a pdf.
But Ignition doesn't include any PDF generation library other than the Reporting module. You are on your own finding one that works in java and writing all the necessary code to integrate it. To the best of my knowledge, this has not been done by anyone with Ignition.
IA support gave you a twig of hope. That twig will snap when you realize the effort it will require. You should buy the reporting module.
The description says that's for marking up / editing already existing PDF files. It will not generate PDF documents.
View, markup, and save changes to PDF files within your Perspective Project
Again, man hours that may not be worth it.
Why not with report module? [1] You can still download in the browser just like a normal file...and you get the benefit of report viewing and general power of it. Getting a PDF lined up properly via code etc. will be a headache.
Why take the hardest route when you don't have to? Seems like there is little to no benefit.
Transistors original question... ↩︎
I have a popup to be configured on row click where it is not possible in report module hence i am using perspective table and I had pdf export also for this.
If you are so against using report module. Dare I ask why it has to be a pdf when it is just a table? You can natively export to excel and csv...
The likelihood that the report module can get the same data as your perspective table is roughly 100%.
Explain and show us exactly what you need the end product to be, I suspect you don’t know about all the ways of using the report module.