Hi Guys
Little while no visit, i apologise, but i have an interesting conundrum to surmount.
I have in front of me a word document. Its kind of a template for a warranty card thing. My client wishes me to capture data from a form on their website, write it into this template, and then email a pdf of it to the user.
I just need to create the warranty card, and that is where i am stuck.
What i want to know is - is there any way to do an effective 'str_replace' type function on a pdf? If it were, i could create the pdf here, and have it sat on the server with little placeholder tags (eg. {customername} ) where the user data needs to sit.
It would make my life so much easier.
Edit word doc, save word doc, convert doc to pdf just isnt an option unless there are magical classes that will let me do this (OO is not an option).