Search code examples
phpfpdffpdi

Edit Pdf using FPDF/FPDI in php


Are we able to change amount in already generated PDF file ? I want to change Total amount only in bellow screenshot, I don't want to regenerate that PDF file ?

Any suggestion welcome.

enter image description here


Solution

  • That's not possible. With FPDI you can "only" import existing pages into a reusable structure. You cannot edit the page content.