Skip to main content
debasishj0002
June 17, 2022
Question

Reports to PDF generate

  • June 17, 2022
  • 5 replies
  • 0 views

Can any one explain how to generate PDF from reports with grid data.

    5 replies

    stefanhelzle0001
    June 17, 2022

    I recommend to create HTML and then convert it into PDF. I have great success using this plugin: community.appian.com/.../html-to-pdf

    June 17, 2022

    "PDF from XSL FO Transformation" is also a  great way to generate formatted PDFs

    debasishj0002
    June 17, 2022

    Can you explain more on this ?

    dhananjayk3480
    June 18, 2022

    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