Replacing tags - Presentation Level
Replace text in curly brackets (tags) with string values at a presentation level.
Last updated
Replace text in curly brackets (tags) with string values at a presentation level.
Last updated
{
"presentation": {
"template": "slides_as_template_tagging.pptx",
"export_version": "Pptx2010",
"tags": [
{
"Key": "presentation_title",
"Value": "My Presentation"
},
{
"Key": "presenter",
"Value": "John Doe"
},
{
"Key": "date",
"Value": "01 January 1999"
},
{
"Key": "client_name",
"Value": "Important Company LTD"
}
]
}
}