pdf form save
-
How do we save the template as a pdf, im able to render the form fields but when i save it wants to save as an html file.
Im using handlebars, chrome-pdf
<div>
<span>Name:</span>
<span>
{{{pdfFormField name='firstName' type='text' width='200px' height='20px'}}}
</span>
</div>regards
Michael
-
You need to download the pdf first. Use the "Download" button from the "Run" toolbar menu.
-
Yes that worked thanks, i was pressing download in the pdf display.
regards
-
Is there a checkbox type or only the types listed at https://jsreport.net/learn/pdf-utils#forms
-
Only what is listed in the docs so far. I added the checkbox to the backlog.
https://github.com/jsreport/jsreport/issues/815