1009275: UG enhancement using AI prompt#2228
1009275: UG enhancement using AI prompt#2228MohanaselvamJothi merged 7 commits intohotfix/hotfix-v32.2.3from
Conversation
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| ``` | ||
|
|
||
| > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. | ||
| >Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service. |
There was a problem hiding this comment.
No need to add Important
| * Check that the CSS imports are correctly referenced in the `src/styles.css` file | ||
| * Clear the npm cache if dependency conflicts occur: `npm cache clean --force` | ||
| * For server-side functionality issues, verify your web service is properly configured and accessible | ||
| * If using Angular standalone components, ensure you're using Angular 14 or later No newline at end of file |
There was a problem hiding this comment.
check and remove if not valid
| {% previewsample "/document-processing/samples/document-editor/angular/getting-started-cs1" %} | ||
|
|
||
| > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. | ||
| ## Next steps |
There was a problem hiding this comment.
Maintain as old title, also remove below sentence
|
|
||
| ## Understanding component options | ||
|
|
||
| Two DocumentEditor variants are available: |
There was a problem hiding this comment.
Maintain uniformity in all pages for same contents
| * [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar) | ||
|
|
||
| >Note: Staring from `v19.3.0.x`, we have optimized the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. This improvement is included as default behavior along with an optional API [to disable it and retain the document pagination behavior of older versions](./how-to/disable-optimized-text-measuring). | ||
| ## Troubleshooting |
1009275: UG enhancement using AI prompt