I have a requirement to load a Libre Writer odt that I created locally onto a Linux server.
This document eg. An invoice template can then be read by php and data inserted. The document will have 'tags' in it eg. #InvoiceNumber# and the data supplied as an array or json inserted in the appropriate places. eg. "InvoiceNumber" => "012345"
There would also be a need to be able to insert a block of data ( for invoice lines ). Currently I process the block as a separate routine which is fine
The completed document can then be saved on the server or downloaded to the users PC
Does anyone know of a class /module / API that would do this?
Many thanks