crabbly / crabbly/Print.js

Add option to control PDF filenames when users download print results through browser preview

Open
#487 7 comments 8 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.