Hi,

We have an existing PDF file - the brochure template.
We would like to go through the database and replace the very small portion of the Template with data from database and generate a separate PDF for each database record. Users can change the database so every time user is going to download the PDF, it should be recreated.

There's no way for us to generate the full PDF content, because customer would like to have ability to edit it from time to time.

What we can expect is [DYNAMIC]...[/DYNAMIC] placeholders around the place where we need to insert the picture and a couple of lines of text.

Preferably this should be done using PHP script using some library, but we can write our own C++ library/application, which will do that.
NOTE: this should work under Debian UNIX

Thank toy very much for any responses regarding this.