@syncfusion/ej2-pdf-export
Advanced tools
Comparing version 22.1.37 to 22.1.39
@@ -7,2 +7,10 @@ # Changelog | ||
#### Bug Fixes | ||
- `#I448711` - Resolved the page scaling preservation issue for PDF viewer preference support. | ||
## 22.1.37 (2023-07-04) | ||
### Pdf Export | ||
#### Features | ||
@@ -9,0 +17,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 22.1.37 | ||
* version : 22.1.39 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-pdf-export@*", | ||
"_id": "@syncfusion/ej2-pdf-export@22.1.34", | ||
"_id": "@syncfusion/ej2-pdf-export@22.1.37", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Du33oSyUpbY6xAQoerxc/F8r+afPLH/x2qCrw7CFZYZewWtlHVRXKsrr2lYyKP9VjDUMd066q6fR7A0xFsPbUQ==", | ||
"_integrity": "sha512-aB6lBl5ld+kPTna90/PVU2EkKN+3Bw4z6e1WXK+Rv5vZYV8Vm1c/SlH0TQo4yng9LvDvJUelPc5LgdTEUDY7zQ==", | ||
"_location": "/@syncfusion/ej2-pdf-export", | ||
@@ -31,4 +31,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-22.1.34.tgz", | ||
"_shasum": "ac952d6f2285d61601126cdf218bef7453b87540", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-22.1.37.tgz", | ||
"_shasum": "cf185766e4e01bee778783ef4c2b9245fccfa764", | ||
"_spec": "@syncfusion/ej2-pdf-export@*", | ||
@@ -52,5 +52,5 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "22.1.37", | ||
"version": "22.1.39", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -420,3 +420,3 @@ import { DictionaryProperties } from './../input-output/pdf-dictionary-properties'; | ||
} | ||
else { | ||
else if (this._pageScaling === PageScalingMode.None) { | ||
this._dictionary.items.setValue(this._dictionaryProperties.printScaling, new PdfName('None')); | ||
@@ -423,0 +423,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13967195