@syncfusion/ej2-pdf-export
Advanced tools
Comparing version 19.2.60 to 19.3.43
@@ -244,2 +244,2 @@ { | ||
] | ||
} | ||
} |
/*! | ||
* filename: index.d.ts | ||
* version : 19.2.60 | ||
* version : 19.3.43 | ||
* 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@19.2.56", | ||
"_id": "@syncfusion/ej2-pdf-export@0.38.6", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Lni0gsdRZgos5Djn+qYBhbmIVmw02XlnkXe+DGScnb4jiTNyyE5VaET8fzfJiuF01MXA26rI7TTXd+71sCWYEw==", | ||
"_integrity": "sha512-EDRHS3Xqy7qD0lEotDEeEhgREGJ75uQqC8iZlKInt7m5Aivf/vXJDLJ6NwGZ5+cWnvjwhy2XkAamSslzC4yr+Q==", | ||
"_location": "/@syncfusion/ej2-pdf-export", | ||
@@ -31,4 +31,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-19.2.56.tgz", | ||
"_shasum": "5d13f0f69f560b817b21f669f45a7c241a510c09", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-0.38.6.tgz", | ||
"_shasum": "37d2a6ab8e4b2e691e96de8a39ef14e37fb71b2c", | ||
"_spec": "@syncfusion/ej2-pdf-export@*", | ||
@@ -39,14 +39,10 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues" | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"@syncfusion/ej2-compression": "~19.2.60" | ||
"@syncfusion/ej2-compression": "~19.3.43" | ||
}, | ||
"deprecated": false, | ||
"description": "Essential Javascript 2 PDF Library", | ||
"description": "Syncfusion TypeScript Component", | ||
"devDependencies": {}, | ||
"es2015": "./dist/es6/ej2-pdf-export.es2015.js", | ||
"homepage": "https://github.com/syncfusion/ej2-javascript-ui-controls#readme", | ||
"license": "SEE LICENSE IN license", | ||
@@ -56,9 +52,5 @@ "main": "./dist/ej2-pdf-export.umd.min.js", | ||
"name": "@syncfusion/ej2-pdf-export", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git" | ||
}, | ||
"typings": "index.d.ts", | ||
"version": "19.2.60", | ||
"version": "19.3.43", | ||
"sideEffects": false | ||
} |
# Overview | ||
PDF is a modern JavaScript library used to create PDF documents. | ||
It is written in TypeScript and has no external dependencies. | ||
It is written in TypeScript and has no external dependencies. | ||
## Key Features | ||
The following list shows the key features available in PDF library. | ||
* Creating PDF from scratch. | ||
* Adding text. | ||
* Rendering JPEG images. | ||
* Drawing tables. | ||
* Drawing lines and rectangles. |
@@ -179,2 +179,3 @@ /** | ||
* @param page The parent page. | ||
* @param headers If true - return headers/footers, if false - return simple templates. | ||
* @param foreground If true - return foreground templates, if false - return background templates. | ||
@@ -181,0 +182,0 @@ * @returns Returns array of the document templates. |
@@ -219,2 +219,3 @@ import { PdfPage } from './pdf-page'; | ||
* @param page The parent page. | ||
* @param headers If true - return headers/footers, if false - return simple templates. | ||
* @param foreground If true - return foreground templates, if false - return background templates. | ||
@@ -221,0 +222,0 @@ * @returns Returns array of the document templates. |
@@ -724,3 +724,3 @@ import { PdfGrid } from './pdf-grid'; | ||
// private setTransparency(graphics : PdfGraphics, pen : PdfPen) : void { | ||
// let alpha : number = (pen.color.a / 255)as number; | ||
// let alpha : number = (pen.color.a / 255) as number; | ||
// graphics.save(); | ||
@@ -727,0 +727,0 @@ // graphics.setTransparency(alpha); |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
14559210
517
100
165409
13
1
2
1
+ Added@syncfusion/ej2-compression@19.3.53(transitive)
+ Added@syncfusion/ej2-file-utils@19.3.53(transitive)
- Removed@syncfusion/ej2-compression@19.2.60(transitive)
- Removed@syncfusion/ej2-file-utils@19.2.60(transitive)