You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement a PDF generation feature to download the student applications as a PDF. I will list down a couple of available packages to do this task. Feel free to find some other packages that haven't been listed below.
Hey there's also puppeteer for node (it has a function to convert the page in to a PDF), even though it takes whole bunch of ram, it gets the job done. Also, we could write a js wrapper for a native aplication like wkhtmltopdf, (pipe the text to the stdin and get the stdout into a buffer), but this is a hassel, we could just use pdfkit or pdf-creater-node instead.
Need to implement a PDF generation feature to download the student applications as a PDF. I will list down a couple of available packages to do this task. Feel free to find some other packages that haven't been listed below.
Available Packages
If you found other packages to develop the PDF generation, please mention it as a comment
The text was updated successfully, but these errors were encountered: