@syncfusion/ej2-pdf-export 22.1.37 → 22.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/ej2-pdf-export.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js +1 -1
- package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
- package/dist/global/ej2-pdf-export.min.js +2 -2
- package/dist/global/ej2-pdf-export.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/implementation/document/pdf-viewer-preferences.js +1 -1
|
@@ -7495,7 +7495,7 @@ var PdfViewerPreferences = /** @__PURE__ @class */ (function () {
|
|
|
7495
7495
|
if (this._pageScaling === PageScalingMode.AppDefault && this._dictionary.items.containsKey(this._dictionaryProperties.printScaling)) {
|
|
7496
7496
|
this._dictionary.items.remove(this._dictionaryProperties.printScaling);
|
|
7497
7497
|
}
|
|
7498
|
-
else {
|
|
7498
|
+
else if (this._pageScaling === PageScalingMode.None) {
|
|
7499
7499
|
this._dictionary.items.setValue(this._dictionaryProperties.printScaling, new PdfName('None'));
|
|
7500
7500
|
}
|
|
7501
7501
|
},
|