Help with creating a pdf template to be filled via an API from a webpage
Hi ,
I am trying to create a pdf template which would be used to generate pdf files based on a web app and data parsed though that web app. I have manaed to generate it via an API call.
I am now facing issue where in the need is to hide the fillable fields and labels if my payload does not contain that information to be parsed into the template.
For Example.
First Name :
Middle Name :
Last Name :
If I do not pass the Middle Name field value, that field as well as the label should not appear in the pdf created. It should be like :
First Name :
Last Name :
