Saving Ink to database
Supposed to take orders and save them to remote database server.
(pla pla pla ....)
The problem is i want to be able to save the inks (created by loading the notes dll..... [InkX]). I managed to save current Inks to a byte[] array. The thing is that the Ink there, is saved as Ink and not as an image. (am saving the byte[] as image to an sql server -> every order is sent to printers automatically, am using crystal reports for that). For that reason when my order is printed i cannot see the image.
(the point)
Is there any way to convert a byte[] array containing Ink to a byte[] array containing gif?

