A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
curl --request POST \
--url http://localhost:3000/generate \
--header 'Content-Type: multipart/form-data' \
--form files=@demo.docx \
-o result.pdf
- Consider just use docxtemplter
- Consider just use carbone for docx & pdf generation
- Consider just use gotenberg for convert docx to pdf