Hi All
Not 100% sure where I should post this.
I have a customer who wants me to produce a range of posters I can put on a website that his pubs can access and able to change price/times only. I am sure you can do this with PDFs with layers but can't find any information/software about it.
Can anybody help?
Paul
FPDF is the most common; it runs on PHP and there are some add-ons such as FPDI and FPDI-protection which allow use of templates and setting of security. Google for them.
You'd make up the base poster, leaving the dynamic bits off entirely, then the CGI script would read the PDF from disk, add those elements, and output the PDF direct to the browser as a byte stream. Text is by far the easiest thing to add this way, the only limit being that the server script has to have access to a copy of whatever font you want to use. FPDF comes with some and also a utility to convert normal TTF files into a format it can read.
*technically it's possible to control Acrobat via commandline parameters and scripting, but the full range of features isn't accessible, and of course most websites run Linux. Added to that, the Acrobat EULA is very picky about using Acrobat as an unattended web service.