I've created a pdf form using form.io and i wanted to download it after the submission, is there any way to archieve this?
// jsonLoaded contains the json of the components
Formio.createForm(document.getElementById('formio'), jsonLoaded, {
readOnly: true,
renderMode: 'pdf'
})
I tried watching the form.io documentation, but i couldn't come up with anything.