Categories > OpenTBS with DOCX >

How to TBS export to word image from database mysql (blob)?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: adhie pranatha
Date: 2014-10-02
Time: 06:43

How to TBS export to word image from database mysql (blob)?

i can't export to word..
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.