Inspiration
Based on the given problem statement, Parse the JSON Data into Standard Format PDF Document of TREC format
What it does
A Backend NodeJS implementation which parses the JSON file and populates parameters into the template.
How I built it
Built a simple node javascript code, which parses the data from the JSON file and populates the PDF Template based on the given data
Challenges I ran into
The template had forms which were not expandable, i.e they were of fixed size and text was overflowing. As a hack , gwith given time constraints, I recreated the Layout from scratch for the rest of the pages which does not exactly match the template but tries to be close. This took considerable time , but gave close results.
Accomplishments that I proud of
Built a working Project.
What I learned
Learnt about creating PDF and Data parsing
Built With
- ghostscript
- node.js
- pdf-lib
Log in or sign up for Devpost to join the conversation.