Node program to batch generates pdfs

Job ID: 33742567

Budget: $30 – $250 USD

I need a node program that generates pdfs based on a pdf template and json data file.
I will provide a base template.pdf and data file data.json
The program will use a config file to print data in the JSON file on the pdf template
See attached example of template.pdf (it's just an example) I will be able to use different file using different config values.
The template.pdf can have multiple pages
Config file defines each data position (x, y and page), font, color, text style and text alignment.
Config file can contains any number of data elements, program will draw each element on the pdf with the data value contained in the data.json
data.json is an array of objects like this:
[
{
name:"Andrea",
gender:"M"
},{
name:"Paola",
gender:"F",
_FN:"Paola.pdf"
}
]
You will have to generate a pdf for each element of the data.json array. Output filename will be generated automatically with a counter or it be defined in the data JSON array with the special data _FN

I need this program today, so bid only if you can complete the project by the end of the day. Any delay will cause project cancellation.
Related categories: PDF Node.js Typescript