Skip to content

Commit 2a96212

Browse files
Updating the samples
1 parent 1e31c7e commit 2a96212

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Export-angular-pivot-table-to-pdf-document-with-advanced-customization
2-
This Angular project shows you how to export pivot table as PDF document with advanced customization.
1+
# How to Export the Angular Pivot Table with Advanced Customization
2+
A quick-start project that helps you export Syncfusion Angular Pivot Table data as PDF document with advanced customization options. This project includes code snippets for customizing the filename, styling, page size, page orientation, header, footer, column count, column width, row height, and changing the width and height of the PDF document. It also includes code snippets for exporting multiple pivot tables and integrating a table and a chart into a single PDF document.
33

4-
# Project pre-requisites
5-
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
4+
Refer to the following PDF Exporting documentation on the Syncfusion Angular Pivot Table component: https://ej2.syncfusion.com/angular/documentation/pivotview/pdf-export
5+
6+
## Project prerequisites
67

8+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
79

8-
### How to run this samples?
10+
### How to run this application?
911

10-
open this sample in Visual Studio Code. Then, simply install all the necessary angular packages into your current project using the `npm install` command and run your project using the `ng serve` command.
12+
To run this application, you need to clone the `export-angular-pivot-table-to-pdf-document-with-advanced-customization` repository and then open it in Visual Studio Code. Now, simply install all the necessary angular packages into your current project using the `npm install` command. After installing the packages, run your project with the `ng serve` command.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@
1818
"@angular/platform-browser": "^15.1.0",
1919
"@angular/platform-browser-dynamic": "^15.1.0",
2020
"@angular/router": "^15.1.0",
21-
"@syncfusion/ej2-angular-pivotview": "*",
22-
"@syncfusion/ej2-grids": "*",
23-
"@syncfusion/ej2-buttons": "*",
24-
"@syncfusion/ej2-base": "*",
21+
"@syncfusion/ej2-angular-pivotview": "^23.1.38",
2522
"rxjs": "~7.8.0",
2623
"tslib": "^2.3.0",
27-
"zone.js": "~0.12.0",
28-
"@syncfusion/ej2-pivotview": "*"
24+
"zone.js": "~0.12.0"
2925
},
3026
"devDependencies": {
3127
"@angular-devkit/build-angular": "^15.1.3",

0 commit comments

Comments
 (0)