I would like to compile and generate PDF files using latex in Angular 9.
In other words, I'd like to know if it is possible, and how, to compile a document via Angular and Pdflatex. The client would insert their data as a JSON data structure (or javascript object), together with a template name for the end document layout.
Do you know if something similar, already exists?