Basics are: Another area of my program takes in strokes and then uses the recogniser to interpret those strokes into a recognise result. The result of this conversion is saved and is accessible. This is the string part of my question.
On another screen I have a panel which takes in strokes (using inkOverlay) for this area it's important that I save the strokes and not a recognition result (it's a "signature box")
I have a way to save the text into a text file.
I have a way to save the strokes of the signature box as a particular image file.
Does anyone have any ideas on how I can combine these two files (preferably without making two accessible copies of these separate file) so I have a file containing the string of recognised text and a signature image in the same file (preferably as a PDF but to start, lets say saved to a text file?)