The Word Processor component allows multiple users to work on the same document simultaneously. This can be done in real time so that collaborators can see the changes as they are made. Collaborative editing can be a great way to improve efficiency, as it allows team members to work together on a document without having to wait for others to finish their changes.
The Word Processor component allows multiple users to connect and edit the same document simultaneously using the SignalR connection.
initializeSignalR = (): void => {
// SignalR connection
this.connection = new HubConnectionBuilder().withUrl(this.serviceUrl + 'documenteditorhub', {
skipNegotiation: true,
transport: HttpTransportType.WebSockets
}).withAutomaticReconnect().build();
//Event handler for signalR connection
this.connection.on('dataReceived', this.onDataRecived.bind(this));
this.connection.onclose(async () => {
if (this.connection && this.connection.state === HubConnectionState.Disconnected) {
alert('Connection lost. Please relod the browser to continue.');
}
});
}
We do not sell the Angular Word Processor separately. It is only available for purchase as part of the Syncfusion Angular suite, which contains over 90 Angular components, including the Word Processor. A single developer license for the Syncfusion Essential Studio for Angular suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
You can find our Angular Word Processor demo, which demonstrates how to render and configure the Word Processor.
No, our 90+ Angular components, including Word Processor, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Word Processor alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 90+ Angular components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Word Processor is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Word Processor platforms from the links below,
The Angular Word Processor works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.