python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
PDFKit send PDF back to client from Express Backend
I have an express server that has a PDF generation endpoint using PDFKit.
this.app.post("/print", (req: Request, res: Response): void => {
const header = { ...req.body };
...
Sean
Votes: 0
Answers: 0
How can I delete a file after I have sent it by email?
Right now Im working with Node JS using PDFKit to generate PDF files, I want to delete the file after sent it by email using Nodemailer, here is my code:
reportcontroller.sendrecordsemail = async (req...
Johan García
Votes: 0
Answers: 2
How to create pdf from huge dataset of mongodb data about 10million data rows
I want to create pdf from huge dataset of mongodb. (about 10million rows)
No specific format of data. you can assume employee database
Iam using MEAN stack(open to new tech if applicable)
Approches tr...
dark wick
Votes: 0
Answers: 0
Generate PDF with pdfkit
I'm changing the configuration of the website regarding the a pdf creation and download by the user. The idea here is that the pdf is created from data from the DB and it's not stored, but directly of...
Ana Cláudia Faria
Votes: 0
Answers: 0