How can i create website that generates documents in pdf? [closed]

Im making my portfolio to get the first job in javascript/frontend.

I would like to build a website that generates documents/applications after entering the appropriate data in the survey.

For example, the user enters his data such as: name, address, date of birth and selects the type of application he is interested in, e.g. application for dismissal.

The application is generated on the website in a visible way and is available for download. Without sending data to the server. Is it possible to do it directly on the website? Please give me some tips.

Thank you a lot!

So far I have found solutions related to fetch data from api. However, I’d like to do it directly on the page