Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF Generation for Applications #208

Open
rusiruavb opened this issue Mar 10, 2022 · 2 comments
Open

PDF Generation for Applications #208

rusiruavb opened this issue Mar 10, 2022 · 2 comments
Assignees
Labels

Comments

@rusiruavb
Copy link
Contributor

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

@stargazer39
Copy link
Member

stargazer39 commented May 14, 2022

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.

@rusiruavb
Copy link
Contributor Author

That is also a good library @stargazer39. @ms-club-sliit/dev-team By the way, what is the progress of this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants