Add option to control PDF filenames when users download print results through browser preview
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 688
- PR merge metrics
- No merged PRs in 30d
Description
Hello
When I try to print a pdf in base64 format the document title does not work.
```javascript
let opt = {
"printable": data,
"type": "pdf",
"documentTitle": "Test Base64",
"base64": true
}
printJS(opt);
```
Thanks for sharing this amazing tool.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.