File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 20
20
"@syncfusion/ej2-lineargauge" : " *" ,
21
21
"@syncfusion/ej2-lists" : " *" ,
22
22
"@syncfusion/ej2-navigations" : " *" ,
23
+ "@syncfusion/ej2-pdf" : " *" ,
23
24
"@syncfusion/ej2-popups" : " *"
24
25
},
25
26
"devDependencies" : {
Original file line number Diff line number Diff line change
1
+ # Overview
2
+
3
+ PDF is a modern JavaScript library used to create PDF documents.
4
+ It is written in TypeScript and has no external dependencies.
5
+
6
+ ## Key Features
7
+
8
+ The following list shows the key features available in PDF library.
9
+ * Creating PDF from scratch.
10
+ * Adding text.
11
+ * Rendering JPEG images.
12
+ * Drawing tables.
13
+ * Drawing lines and rectangles.
Original file line number Diff line number Diff line change
1
+ export * from "@syncfusion/ej2-pdf" ;
You can’t perform that action at this time.
0 commit comments