You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for this plugin. It saves my day. But, While saving the pdf its automatically taken the header name as pdf name. Instead of this can I have my own dynamic name?
Hi, Thanks for this plugin. It saves my day. But, While saving the pdf its automatically taken the header name as pdf name. Instead of this can I have my own dynamic name?
const options = {
name: '_blank',
specs: [
'fullscreen=yes',
'titlebar=yes',
'scrollbars=yes'
],
styles: [
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css',
'https://unpkg.com/kidlat-css/css/kidlat.css'
]
}
I have tried with name option. but it won't work.
The text was updated successfully, but these errors were encountered: