View Full Version : Source code
Unregistered
March 3, 2006, 02:30:31
Do you license the source code for TX Text Control? This is one requirement that we need to satisfy when using a third party control for our developement work.
Björn Meyer
March 3, 2006, 10:43:41
Hello
The source code for TX Text Control is not available. Why do you need it?
Robert Wade
March 6, 2006, 02:33:55
This is something my company is interested in as well. We have the need to develop our own filters as we have a document format that has an XML/SGML style format.
Björn Meyer
March 20, 2006, 11:43:57
Robert
I can provide you a specification for the TX Text Control format, but the source code for TX Text Control is not available.
JonathanS1
March 20, 2006, 16:22:05
Hi Björn,
Your comment:
<I can provide you a specification for the TX Text Control format>
Can you send me the specification for TX TextControl's own file format please? I want to see if it is possible to pull out the raw image data for images saved within the file.
Regards,
Jonathan
Björn Meyer
March 21, 2006, 10:31:16
Jonathan
Do you just need the images?
JonathanS1
March 22, 2006, 08:27:39
Björn, I know the images collection gives access to images embedded within text, but what this does not give is access to the raw image data. What I want to do is extract the actual image from TXTextControl internal format. Ideally, all that is needed is another property, maybe called image.data, which supplies this imformation.
So, hopefully the specification of TXTextControl internal format will allow me to identify the actual image data within the stream.
Jonathan
Björn Meyer
March 22, 2006, 10:22:27
Jonathan
This won't be possible with the internal TX format. I would like to suggest another solution: You can export the document phyically and export the images as files temporary. After that, you can load these images to get the raw data from it (formats: JPG, BMP, WMF, TIF or PNG).