Hi All, I have a web page with an Ink control ( InkOverLay - Windows controls embedded in object tags), no problem so far. I ink, save it in an xml (xml saved in SQL 2K in an Image column type) and load it back, update it so on and so forth. Ink is saved with ISF - Ink Serialized Format.
Problem:
I need to print that xml using Crystal report. And unfortunately, CR does not support gif file. So I am stuck here with a Byte[] containing the Ink (ISF) and I don't know how to convert that array into a Byte[] readable by CR.
Any idea
PS: I had posted this under Visual c# general but the post went Off-Topic. As I don't know where to correctly post this, please tell me if I'm again in the wrong forum. and where should I post it.
I came here as it looks like "Ink" is a subject found a lot in here.
Thanks