Hi,
I'm trying to generate a PDF that provides 3 columns with several fields on it. Something more or less like the attached
I know how to use {{#each ... and {{#trTag}} and {{#tdTag}} definition. This works nice but it gives back only a single group column (instead of 3). This generates an output using several pages.
I used the {{#ifMultipleOf @key 3}}<br>{{/ifMultipleOf}}{{titulo}}{{volEst}} This works well on providing 3 colums of two fields each. The issue is that they are not formatted and so are difficult to read. It generates someting like the attached photo
Does anyone how to code the PDF template to obtain something like the formated photo (3 columns and table)?
I'm trying to generate a PDF that provides 3 columns with several fields on it. Something more or less like the attached
I know how to use {{#each ... and {{#trTag}} and {{#tdTag}} definition. This works nice but it gives back only a single group column (instead of 3). This generates an output using several pages.
I used the {{#ifMultipleOf @key 3}}<br>{{/ifMultipleOf}}{{titulo}}{{volEst}} This works well on providing 3 colums of two fields each. The issue is that they are not formatted and so are difficult to read. It generates someting like the attached photo
Does anyone how to code the PDF template to obtain something like the formated photo (3 columns and table)?
Comment