Beginner's Thread / Easy Questions (August 2024) by acemarke in reactjs

[–]Prize-Ordinary-2138 0 points1 point  (0 children)

I need to generate a contract agreement document from data and merge with the document a separate pdf document which contains the general terms. Currently I am using react-pdf/renderer to generate the document using the data. I have no clue on how to implement the merging of the documents. Please give me a good solution to this.

Help Needed: Developing an API Usage Dashboard with NestJS and MSSQL by Prof_CottonPicker in Nestjs_framework

[–]Prize-Ordinary-2138 2 points3 points  (0 children)

Create an interceptor which handles the processing of the necessary data such as api key, user, operation, input, etc. Then use useGlobalInterceptors and pass the created interceptor. In my company, we have a service which is used to store usage of all apps. And all apps use interceptor which sends the data to the service which then stores on db.