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 2020 "@syncfusion/ej2-lineargauge" : " *" ,
2121 "@syncfusion/ej2-lists" : " *" ,
2222 "@syncfusion/ej2-navigations" : " *" ,
23+ "@syncfusion/ej2-pdf" : " *" ,
2324 "@syncfusion/ej2-popups" : " *"
2425 },
2526 "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