Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnet-core/RichTextEditor/ImportAndExport.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: RTE
documentation: ug
---

## Import
# Import

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

Expand All @@ -32,7 +32,7 @@ Import feature provides support to import a word document into the editor `texta

{% endhighlight %}

![](ImportAndExport_images/import_images.png)
![import a word document into the RichTextEditor.](ImportAndExport_images/import_images.png)

## Export

Expand Down Expand Up @@ -62,7 +62,7 @@ Export feature provides support to export editor `textarea` content into word an
{% endhighlight %}

### Word Export
![](ImportAndExport_images/export_word_images.png)
![export feature provides support to export RichTextEditor textarea content into word.](ImportAndExport_images/export_word_images.png)

### PDF Export
![](ImportAndExport_images/export_pdf_images.png)
![export feature provides support to export RichTextEditor textarea content into pdf.](ImportAndExport_images/export_pdf_images.png)