Hey background info: got a project to produce a customised pdf on the fly from a given pdf file using PHP. All I need it to do is to replace strings e.g. search in "template.pdf" for "{Address}" replace with "Street Name".
ive seen links to fpdf/pdfi/dompdf etc but cant find any useful example code that i could use :s any help / pointers would be greatly appreciated.