By: Skrol29
Date: 2014-10-24
Time: 22:36
|
Re: How to TBS export to word image from database mysql (blob)?
This is not a TBS problem. When you store image (or any other binary content) in a database, you have to figure out how to retrieve the data in the proper way to display it.
For example an HTML need the image to be in an external file. So you cannot merge a picture within an HTML page. (in fact there is a dusty way with HTML 5).
In a DOCX, picture are saved in a sub-file. So you have to save the binary content to the target image.
|