-1

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?

1 Answers1

1

I am using ng-katex library to display tex data(like formulas) to layout. You can then convert HTML to pdf.

playerone
  • 987
  • 3
  • 22
  • 44