PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a PDF document , type of contract sign up, with empty space for people to write their name, address etc...
I am wondering if it's possible to create a php form that will collect these nformation (name, address etc...) and insert them automatically on my template for the user to print the form directly?
I understand it's possible to create pdf on the fly, but how to insert data in specific place on a pdf?
It's one thing to create a PDF, it's another thing entirely to edit a pre-existing one. I think the professional version of PDFLib will let you do that, but I don't think there's anything free that has this capability.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.