Skip to content

Commit

Permalink
[de] Fix asc_DownloadOrigin with bIsDownloadEvent flag
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey authored and K0R0L committed Oct 11, 2023
1 parent 2c8690a commit 865e2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2870,7 +2870,7 @@ background-repeat: no-repeat;\
changes = this.WordControl.m_oDrawingDocument.m_oDocumentRenderer.Save();

if (changes) {
let options = new Asc.asc_CDownloadOptions(Asc.c_oAscFileType.PDF);
let options = new Asc.asc_CDownloadOptions(Asc.c_oAscFileType.PDF, bIsDownloadEvent);
options.pdfChanges = changes;
this.asc_DownloadAs(options);
return;
Expand Down

0 comments on commit 865e2ab

Please sign in to comment.