crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

Printing HTML and setting documentTitle,documentTitle is not worked. #696

Open KaleidosChen opened 10 months ago

KaleidosChen commented 10 months ago

function onPrint() { printJS({ printable: 'printContent', type: 'html', targetStyles: ['*'], maxWidth: 1280, documentTitle: 'document', }); At printing,the documentTitle is my website title,is not options.