Current Setup
I have an Angular app that takes in user inputs and passes that data to a NodeJS service which then generates a PDF. I'm currently making use of the pdfmake
package.
Requirement
The above package doesn't create a PDF/A document. Therefore, I wanted to know if there are any existing or upcoming NodeJS packages that generates a PDF/A compliant document.
Or is there any other way that I can produce a PDF/A document (by converting the generated pdf
to pdf/a
?).