fix: window.print() in pdf plugin (#28328)
This commit is contained in:
parent
6a0b03ba6a
commit
7c36463085
2 changed files with 16 additions and 0 deletions
|
@ -94,6 +94,7 @@ const defaultPrintingSetting = {
|
|||
pagesPerSheet: 1,
|
||||
isFirstRequest: false,
|
||||
previewUIID: 0,
|
||||
// True, if the document source is modifiable. e.g. HTML and not PDF.
|
||||
previewModifiable: true,
|
||||
printToPDF: true,
|
||||
deviceName: 'Save as PDF',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue