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)
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
Unable to send pdf attachment with more than 2 photos using sendgrid
I have one weird problem. I created API, that allow you to: Upload photos to server, then save data to database, generate pdf with these datas and photos and then send email with that pdf attachment....
Marek
Votes: 0
Answers: 1
Node.js How to add wkhtmltopdf result to PDFKit page?
Is there a way to concat the result of an an html page converted with wkhtmltopdf-node inside a document page created with pdfkit in node.js, instead of just creating a pdf file from html?
const doc =...
Domenico Santoro
Votes: 0
Answers: 0
PDFkit (Node): How to create paragraph indents?
I'm trying to create paragraph indents in PDFkit. The PDFkit docs state that the indent attribute is "to indent each paragraph of text". While trying this, only the first line has an indent....
strsty
Votes: 0
Answers: 3