I'd like to be able to generate PDF documents from data that lives in Squiz assets. Typically starting with a PDF that has some acrobat fields embedded in it, then filling those in based on metadata of one or more assets. For example, a standard template that just needs someone's name and address filled in to personalise it.
After a bit of research I've found http://www.webmerge.me/ which seems to offer the type of merging facility I'd need. And they have an REST API that allows you to simply POST data over to a URL that uniquely identifies the document template to be used. There's even a PHP stub as well.
Has anyone used that particular service? Or could anyone suggest an alternative that they have made use of?
I suspect using the REST assets or triggers could enable me to invoke their functionality. But would anyone like to comment on whether its the type of service that might one day merit a bit of bespoke coding to integrate more tightly (a bit like Nick did recently with Urban Airship)? Populating PDFs on the fly seems like something lots of people might find useful?
As ever, any helpful comments or suggestions most welcome!
Anthony