And to export user data to PDF, we will have to pass the key name and user object as value to the template. Template engine will parse the template content and replaces the attributes with user object data dynamically at runtime using the delimiter mentioned as “$”. Output content with actual data can be used for generating the PDF.
Rajani Jilla