I have a program in Python that reads a text file (.txt) and with a series of data from the file, generates a PDF with certain information. To read the .txt, use regular expressions. In Javascript there is no problem, I can do it in a similar way to Python, but I can not find any library that generates a PDF so that it can be downloaded by the user of the web.
Someone knows if there is any library in Javascript to generate a downloadable PDF.