Write a program that generates hello world message in pdf.
Use any approach you like.
This is probably not what you meant but I wanted to challenge myself so I spent all night writing this node js application that generates a pdf document from given text.
I used a couple of npm packages though to make it.
This is interesting @michaelcosj! @proful could you take a look at the approach if it's how you meant
The code is bit complicated, we should try to make it as simple to understand as we can
A bit unclear on the 3rd line.
@satyaki07 can u explain?
Oh, I'm sorry about that
I've added comments to better explain the code.
@michaelcosj howz your progress on pdf?
I want to see first pdf soon馃槉
Its going fine. I already made a cli application that creates a pdf from given text and hosted it in my own repo because I wasn't sure it was what you wanted. I'm currently trying out different solutions like was suggested in the meeting, before I send a PR.
What ever you have raise a PR
Create a Folder inside cli
It should be simple
I just sent in a PR #336
Thank you!
Please check PR #340
We did good progress here and closing this issue.
Most helpful comment
This is probably not what you meant but I wanted to challenge myself so I spent all night writing this node js application that generates a pdf document from given text.
I used a couple of npm packages though to make it.