From 02f5a34c72c9685f7c9aa167f0ff2c149236145b Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 18 Oct 2022 08:19:56 +0300 Subject: [PATCH 1/4] Made multiple h1 changes --- angularjs/RichTextEditor/ImportAndExport.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/angularjs/RichTextEditor/ImportAndExport.md b/angularjs/RichTextEditor/ImportAndExport.md index 08548631..4a909f0e 100644 --- a/angularjs/RichTextEditor/ImportAndExport.md +++ b/angularjs/RichTextEditor/ImportAndExport.md @@ -1,13 +1,13 @@ --- layout: post -title: Import and Export in RichTextEditor widget +title: Import and Export in Angular JS RichTextEditor widget | Syncfusion description: Import content from word document into the RichTextEditor and Export the RichTextEditor content into word or PDF document. platform: AngularJS control: RichTextEditor documentation: ug keywords: RichTextEditor, server side XHTML Validation, RTE import, RTE export, export to PDF, export to Word --- -# Import +# Import and Export in Angular JS Rich TextEditor Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `importSettings` url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`. @@ -116,9 +116,9 @@ Full list of assemblies needed for RTE Import are as follows 4. Syncfusion.Compression.Base 5. Syncfusion.DocIO.Base -![](ImportAndExport_images/import_images.png) +![Server Dependencies in Angular JS Rich TextEditor](ImportAndExport_images/import_images.png) -# Export +### Export Export feature provides support to export editor `textarea` content into word and PDF files. To enable Export option in the RTE tool bar, `wordExport` , `pdfExport` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. `exportToWordSettings` consists of url and fileName sub properties. In url property, the server page for export to word is needed to be mapped and In fileName property, the name for the exported word file is given. `exportToPdfSettings` consists of url and fileName sub properties. In url property, the server page for export to PDF is needed to be mapped and In fileName property, the name for the exported PDF file is given. When you click the toolbar pdfExport or wordExport icon, the contents of RTE are sent to the server. It performs XHTML Validation on the editor `textarea` content on the server. Once the XHTML validation and formatting is successful, it exports the content into a Word or PDF File. @@ -217,7 +217,7 @@ Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, wh 6. Syncfusion.PDF.Base ### Word Export -![](ImportAndExport_images/export_word_images.png) +![Word Export in Angular JS Rich TextEditor](ImportAndExport_images/export_word_images.png) ### PDF Export -![](ImportAndExport_images/export_pdf_images.png) +![PDF Export in Angular JS Rich TextEditor](ImportAndExport_images/export_pdf_images.png) From fd32ce27b8c1e7c034b5244c725c6fd01a90cb78 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Wed, 26 Oct 2022 14:47:54 +0300 Subject: [PATCH 2/4] Made changes --- angularjs/RichTextEditor/ImportAndExport.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/angularjs/RichTextEditor/ImportAndExport.md b/angularjs/RichTextEditor/ImportAndExport.md index 4a909f0e..a4b8721a 100644 --- a/angularjs/RichTextEditor/ImportAndExport.md +++ b/angularjs/RichTextEditor/ImportAndExport.md @@ -1,13 +1,13 @@ --- layout: post -title: Import and Export in Angular JS RichTextEditor widget | Syncfusion +title: Import and Export in AngularJS RichTextEditor widget | Syncfusion description: Import content from word document into the RichTextEditor and Export the RichTextEditor content into word or PDF document. platform: AngularJS control: RichTextEditor documentation: ug keywords: RichTextEditor, server side XHTML Validation, RTE import, RTE export, export to PDF, export to Word --- -# Import and Export in Angular JS Rich TextEditor +# Import and Export in AngularJS Rich TextEditor Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `importSettings` url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`. @@ -116,7 +116,7 @@ Full list of assemblies needed for RTE Import are as follows 4. Syncfusion.Compression.Base 5. Syncfusion.DocIO.Base -![Server Dependencies in Angular JS Rich TextEditor](ImportAndExport_images/import_images.png) +![Server Dependencies in AngularJS Rich TextEditor](ImportAndExport_images/import_images.png) ### Export @@ -217,7 +217,7 @@ Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, wh 6. Syncfusion.PDF.Base ### Word Export -![Word Export in Angular JS Rich TextEditor](ImportAndExport_images/export_word_images.png) +![Word Export in AngularJS Rich TextEditor](ImportAndExport_images/export_word_images.png) ### PDF Export -![PDF Export in Angular JS Rich TextEditor](ImportAndExport_images/export_pdf_images.png) +![PDF Export in AngularJS Rich TextEditor](ImportAndExport_images/export_pdf_images.png) From 8acdfebd7c47e3ce59a4be5d7d1a431cee29491f Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:48:46 +0300 Subject: [PATCH 3/4] Update ImportAndExport.md --- angularjs/RichTextEditor/ImportAndExport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/RichTextEditor/ImportAndExport.md b/angularjs/RichTextEditor/ImportAndExport.md index a4b8721a..d604879c 100644 --- a/angularjs/RichTextEditor/ImportAndExport.md +++ b/angularjs/RichTextEditor/ImportAndExport.md @@ -7,7 +7,7 @@ control: RichTextEditor documentation: ug keywords: RichTextEditor, server side XHTML Validation, RTE import, RTE export, export to PDF, export to Word --- -# Import and Export in AngularJS Rich TextEditor +# Import and Export in AngularJS RichTextEditor Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `importSettings` url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`. From 21e2ecf0fe546f0e9b56e81815617071931a1ed6 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:06:15 +0300 Subject: [PATCH 4/4] Update ImportAndExport.md --- angularjs/RichTextEditor/ImportAndExport.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/angularjs/RichTextEditor/ImportAndExport.md b/angularjs/RichTextEditor/ImportAndExport.md index d604879c..16c6c241 100644 --- a/angularjs/RichTextEditor/ImportAndExport.md +++ b/angularjs/RichTextEditor/ImportAndExport.md @@ -116,7 +116,7 @@ Full list of assemblies needed for RTE Import are as follows 4. Syncfusion.Compression.Base 5. Syncfusion.DocIO.Base -![Server Dependencies in AngularJS Rich TextEditor](ImportAndExport_images/import_images.png) +![Server Dependencies in AngularJS RichTextEditor](ImportAndExport_images/import_images.png) ### Export @@ -217,7 +217,7 @@ Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, wh 6. Syncfusion.PDF.Base ### Word Export -![Word Export in AngularJS Rich TextEditor](ImportAndExport_images/export_word_images.png) +![Word Export in AngularJS RichTextEditor](ImportAndExport_images/export_word_images.png) ### PDF Export -![PDF Export in AngularJS Rich TextEditor](ImportAndExport_images/export_pdf_images.png) +![PDF Export in AngularJS RichTextEditor](ImportAndExport_images/export_pdf_images.png)