Hello
I have the document editor, and i need to save the document content in the database. I need to know if it's the best way to do it.
I have a column of type string in my database to save the document content.
I am saved in the database the answer of this this.container.documentEditor.serialize()
To load the document I use this.container.documentEditor.open (documentConted), where documentContent is what is saved in the database.
Regards.