Dynamic SVG image
Posted: Tue Jul 03, 2018 3:50 pm
I am using DITA-OT 1.8. I am wondering how to create dynamic SVG in DITA-OT and save it in temp\Customization\OpenTopic\common\artwork.
The scenario is, One of our map's attribute contains watermark text, it is based on user's input. So far, I am able to read that value and create embedded svg on-the-fly in .FO file.
The problem is I want to save this svg in above folder, so I can refer it in @background-image attribute of <page-sequence>. For various reasons i want this svg to be in the file system.
Thanks in advance for suggestions.
The scenario is, One of our map's attribute contains watermark text, it is based on user's input. So far, I am able to read that value and create embedded svg on-the-fly in .FO file.
The problem is I want to save this svg in above folder, so I can refer it in @background-image attribute of <page-sequence>. For various reasons i want this svg to be in the file system.
Thanks in advance for suggestions.