Hi,
is there a way to use a variable for a part of file name?
I'm thinking of something like:
<button onclick="return xepOnline.Formatter.Format('container',{
pageWidth:'210mm',
pageHeight:'297mm',
render:'download',
filename: `name-${variable}`
});">PDF</button>
Thanks
Hi,
is there a way to use a variable for a part of file name?
I'm thinking of something like:
<button onclick="return xepOnline.Formatter.Format('container',{pageWidth:'210mm',pageHeight:'297mm',render:'download',filename: `name-${variable}`});">PDF</button>Thanks