Hi All,
I am having a requirement to generate a PDF Invoice. I am using PDF doc from template smart service. I have to display data in table where number of rows are dynamic.
Question: How to create dynamic tags in PDF template that will accept dynamic data.
Discussion posts and replies are publicly visible
I had great success using the HTML-PDF plugin. It supports most of the HTML printing CSS capabilities and dynamic tables/grids are simple to do.
https://community.appian.com/b/appmarket/posts/html-to-pdf
It uses the following rendering library. There you will find some documentation and templates.
github.com/.../openhtmltopdf
Thanks Stefan, but I am looking for dynamic tables in PDF doc template.
The output document will be PDF.
Hello dharmendrag,
May be you can use the DOCX From Dynamic Template to insert the number of rows dynamically and then convert this document to PDF using Convert DocX To PDF (Aspose) smart service. Have you tried this approach?