adding data to PDF

I am a beginner and I am working on a project in Django
I want the user to be able to enter the information of another user of the existing ready database after that want those data to be shown on a PDF file which I have already done because I am working on-site that make an agency

What should I do

Can you be more specific as to what you’re looking for information on? What exactly is it that you need help doing?

for example I want a user to enter the name and surname and the ID and maybe the email of another user which these entered data will be shown on the PDF file

So it sounds like there are three separate steps here:

  • Display a form for a person to enter information (name, surname, ID, email)
  • Build a PDF with the supplied data
  • Deliver the PDF to the user

How much help do you need with each of these steps? How much work with Django have you done so far? Do you have any code working for any parts of this?

Yes I can display a form for a person to enter information but I did not yet and
I build a PDF but without supplied data