Word Document Editor Not Showing Pages.

Hi,

I can't get the Word Processor Component to even show a blank page.

wtf word processor.png

I have installed the Nuget package: https://www.nuget.org/packages/Syncfusion.Blazor.WordProcessor/

I have copied the sample code from here: https://blazor.syncfusion.com/demos/document-editor/default-functionalities

And nothing shows. I can not even create a new document or open an existing one. (None of the button work or throw null errors.)

This is for both Blazor WASM and Server.

What am I doing wrong?


1 Reply

SM Suriya Murugan Syncfusion Team July 14, 2022 10:34 AM UTC

Hi Zee,



Please use the below individual script reference link to resolve the issue at your end.


Please refer the below documentation to know more

https://blazor.syncfusion.com/documentation/document-editor/getting-started/server-side-application#add-script-reference


<script src="_content/Syncfusion.Blazor.WordProcessor/scripts/syncfusion-blazor-documenteditor.min.js" type="text/javascript"></script>

(or)

<script src="https://cdn.syncfusion.com/blazor/20.2.36/syncfusion-blazor-documenteditor.min.js" type="text/javascript"></script>

 


Please check and let us know whether the suggested solution resolved the reported issue at your end.


Regards,

Suriya M.


Loader.
Up arrow icon