Tag: OfficeExport
-
Automate Your Document Workflows with OfficeExport API
Today, I would like to introduce you to my OfficeExport API that I have just made public. It allows you to transform Office document templates into finished documents through a tagging system. For example, the tag {{city}} in a template will be replaced with its corresponding value in your JSON. This enables the automation of…
-
Insert images in a PowerPoint template with BroggiSoft.OfficeExport
Here is an example of using BroggiBoft.OfficeExport to insert an image into a PowerPoint template: First, you need to create a PowerPoint template containing a tag for the image that you want to insert. To do this, you must create a Rectangle shape of the desired size and put a {{Img=YourNameValue}} tag inside. For this…