I have an app that converts UWP InkCanvas drawings into SVG from UWP native ISF. I need to run it daily, and the conversion logic does not work in either Console apps, WPF apps or Windows Forms apps with Ink Canvas - as there appear to be differences between as to how InkCanvas data is serialized on these other platforms.
I'm looking for a way to launch the UWP app on a schedule - so any pointers in that direction are greatly appreciated.
I do understand that using the UWP apps in this way is probably not a recommended scenario - unfortunately I do not have control over the app that produces these drawings initially - but I do need to convert them to SVG.
