Skip to content

Commit 1ac3b9d

Browse files
Merge pull request #179 from syncfusion-content/SEO-2902-AngularJS
SEO-2902 - AngularJS RichTextEditor multiple h1
2 parents 5116a99 + b69047b commit 1ac3b9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

angularjs/RichTextEditor/ImportAndExport.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Import and Export in RichTextEditor widget
4-
description: Import content from word document into the RichTextEditor and Export the RichTextEditor content into word or PDF document.
3+
title: Import and Export in AngularJS RichTextEditor Control | Syncfusion
4+
description: Learn here all about Import and Export support in Syncfusion Essential AngularJS RichTextEditor control, its elements, and more.
55
platform: AngularJS
66
control: RichTextEditor
77
documentation: ug
88
keywords: RichTextEditor, server side XHTML Validation, RTE import, RTE export, export to PDF, export to Word
99
---
10-
# Import
10+
# Import in AngularJS RichTextEditor
1111

1212
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`.
1313

@@ -116,9 +116,9 @@ Full list of assemblies needed for RTE Import are as follows
116116
4. Syncfusion.Compression.Base
117117
5. Syncfusion.DocIO.Base
118118

119-
![](ImportAndExport_images/import_images.png)
119+
![Server dependencies in AngularJS RichTextEditor](ImportAndExport_images/import_images.png)
120120

121-
# Export
121+
## Export
122122

123123
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.
124124

@@ -217,7 +217,7 @@ Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, wh
217217
6. Syncfusion.PDF.Base
218218

219219
### Word Export
220-
![](ImportAndExport_images/export_word_images.png)
220+
![Word export in AngularJS RichTextEditor](ImportAndExport_images/export_word_images.png)
221221

222222
### PDF Export
223-
![](ImportAndExport_images/export_pdf_images.png)
223+
![PDF export in AngularJS RichTextEditor](ImportAndExport_images/export_pdf_images.png)

0 commit comments

Comments
 (0)