Document content of DocumentEditor not visible within its iframe

Image_1208_1706189981396

Hi, i am currently testing the Document Editor 

In this case the document has the content "test text".

Image_3134_1706190156493

the document is within a iframe but as far as i saw, the document content: "test text" is not visible within this iframe in the debugger console of the browser.


Or is there a option for the DocumentEditor component to enable to display the iframe content with ngTemplate



1 Reply

BS Balamurugan Shanmugam Syncfusion Team January 29, 2024 07:25 AM UTC

Hi Sven,

In the documentEditor application, the document text is not displayed within typical HTML elements such as <div> or <p>. Instead, the text is rendered using canvas drawing methods, such as drawText, to facilitate text rendering within the application's canvas environment.

Regards,

Balamurugan S


Loader.
Up arrow icon