I have a template for a style of Avery stationery in a Word document. What I'd like to do is fill in the template with images (in this case, QR codes) for easy printing and labeling of objects.
I'm wondering, what would be the easiest way to do this? I saved the template as a Word XML file, but looking at the file, I feel hopeless. I also tried converting the template to HTML, but unsuprisingly it screwed up the formatting. I'm not sure where to go next, any ideas?
There are a couple of good options out there to do this. I would recommend PHP LiveDocX (free) or PHP DocX (free basic version).
Check out the PHP Class, MsDoc Generator. It will let you create and add elements (text, tables, images) dynamically.