Skip to content

Commit 41d412b

Browse files
committed
clarification
1 parent ce37342 commit 41d412b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
git clone https://github.com/moofoo/nestjs-jsreport-examples && cd nestjs-jsreport-examples && yarn && yarn start:dev
55
```
66

7-
This repo demonstrates (very basic) NestJS + JSReport integration. The app has six endpoints which generate different reports, taken from the [JSReport Playground](https://playground.jsreport.net/).
7+
This repo demonstrates (very basic) NestJS + JSReport integration. The app has six endpoints which generate different reports, taken from the [JSReport Playground](https://playground.jsreport.net/). The goal here is not to present a robust JSReports module, but demonstrate the basics of initializing JsReports and generating reports from templates and data, in addition to covering some of the 'gotchas' and configuration quirks involved.
88

99
The following 'Recipes' are used:
1010

@@ -45,12 +45,6 @@ The following 'Recipes' are used:
4545
- Chrome PDF
4646
- [Playground Link](https://playground.jsreport.net/w/admin/ms2EkdfI)
4747

48-
#The following 'Recipes' are used:
49-
50-
DocX
51-
Chrome PDF (html-to-pdf using headless chromium)
52-
Xlsx
53-
5448
All endpoints except for `flight-ticket` endpoint will generate a PDF (instead of .docx or .xlsx) with the query `pdf=1` (i.e, http://localhost:3333/reports/invoice?pdf=1)
5549

5650
## Why do this?

0 commit comments

Comments
 (0)