Convert RTF to view in a webpage
Posted: Fri Jan 17, 2020 9:39 pm
Hi, is there a way to see a RTF saved in MySQL as a LONGBLOB in a webpage?
For example, I created a new RTF in my software, typed a text formatted with bold and italic, and I want to use the same database to my PHP project.
Then, I create a page that could be able to read this RTF, but the information inside the database is codded in a BLOB field (data starts with 0x2D... for example). How could I convert this information to get the same text formatted with bold and italic?
Sorry my english.
Thanks!
For example, I created a new RTF in my software, typed a text formatted with bold and italic, and I want to use the same database to my PHP project.
Then, I create a page that could be able to read this RTF, but the information inside the database is codded in a BLOB field (data starts with 0x2D... for example). How could I convert this information to get the same text formatted with bold and italic?
Sorry my english.
Thanks!