You could do something like this using the FPDF and FPDI libraries.
FPDF lets you create PDFs in PHP, and FPDI lets you import existing PDFs and change them using FPDF.
Takes a while to get used to them, but once you work it out they’re quite powerful pieces of software.