Can any one explain how to generate PDF from reports with grid data.
Discussion posts and replies are publicly visible
I recommend to create HTML and then convert it into PDF. I have great success using this plugin: community.appian.com/.../html-to-pdf
"PDF from XSL FO Transformation" is also a great way to generate formatted PDFs
Can you explain more on this ?
As per Stefen, you need to use a smart service which converts an html code to PDF.Now whatever you have in Appian grid, you need to write a code in HTML which will also represent same data as you have in grid and tore it into rule input----> Process variable and pass to the mentioned smart service in expected format.and you will get an PDF version in return
We have report in UI with multiple dashboard our requirement is to download entire UI in PDF format. How can we convert UI to HTML document?