Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ Explore how to insert and manage bookmarks in Word documents using the Angular D

* [Feature modules](./feature-module)
* [Bookmark dialog](./dialog#bookmark-dialog)
* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text)
5 changes: 4 additions & 1 deletion Document-Processing/Word/Word-Processor/angular/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,7 @@ Explore how to export Word documents in various formats using the Angular DOCX E

## See also

* [Feature modules](./feature-module)
* [Feature modules](./feature-module)
* [Export the document as PDF](./how-to/export-document-as-pdf)
* [Auto save the document in server](./how-to/auto-save-document)
* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,8 @@ Using the exposed APIs, you can customize the find and replace functionality in
{% endhighlight %}
{% endtabs %}

{% previewsample "/document-processing/samples/document-editor/angular/find-replace-cs2" %}
{% previewsample "/document-processing/samples/document-editor/angular/find-replace-cs2" %}

## See also

* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color)
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ Explore how to add and customize headers and footers in Word documents using the

## See also

* [Working with Section Formatting](./section-format)
* [Working with Section Formatting](./section-format)
* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---

# How to Auto Save Document in Angular DOCX Editor
# How to Auto Save Document to AWS S3 in Angular DOCX Editor

In this article, we are going to see how to auto save the document in AWS S3. You can automatically save the edited content at regular intervals of time. It helps reduce the risk of data loss by saving an open document automatically at customized intervals.

Expand Down
3 changes: 3 additions & 0 deletions Document-Processing/Word/Word-Processor/angular/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,6 @@ The following table illustrates the reasons for pagination (page-by-page display

* [Feature modules](./feature-module)
* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner)
* [How to open default document](./how-to/open-default-document)
* [How to open document in read only by default](./how-to/default-read-only)
* [How to open document from URL](./how-to/open-document-by-address)
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ Explore how to apply paragraph formatting in Word documents using the Angular DO

* [Feature modules](./feature-module)
* [Paragraph dialog](./dialog#paragraph-dialog)
* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting)
* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ Explore how to apply section formatting in Word documents using the Angular DOCX
## See Also

* [Page setup dialog](./dialog#page-setup-dialog)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
1 change: 1 addition & 0 deletions Document-Processing/Word/Word-Processor/angular/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,4 @@ The following sample demonstrates how to delete the table row or columns, merge

* [Feature modules](./feature-module)
* [Insert table dialog](./dialog#table-dialog)
* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically)
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,6 @@ Explore how to apply text formatting in Word documents using the Angular DOCX Ed

* [Feature modules](./feature-module)
* [Font dialog](./dialog#font-dialog)
* [Keyboard shortcuts](./keyboard-shortcut#text-formatting)
* [Keyboard shortcuts](./keyboard-shortcut#text-formatting)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
* [Customize the font family drop down](./how-to/customize-font-family-drop-down)
6 changes: 6 additions & 0 deletions Document-Processing/Word/Word-Processor/angular/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@ export class AppComponent implements OnInit {

Explore how to navigate through headings in Word documents using the Angular DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/angular/#/tailwind3/document-editor/heading-navigation).

## See also

* [How to change the document view](./how-to/change-document-view)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component)
* [Resize the document editor](./how-to/resize-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ Explore how to insert and manage bookmarks in Word documents using the ASP.NET C

* [Feature modules](../asp-net-core/feature-module)
* [Bookmark dialog](../asp-net-core/dialog#bookmark-dialog)
* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text)
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,6 @@ Explore how to export Word documents in various formats using the ASP.NET Core D
## See Also

* [Feature modules](../asp-net-core/feature-module)
* [How to export the document as pdf](../asp-net-core/how-to/export-document-as-pdf).
* [How to export the document as pdf?](./how-to/export-document-as-pdf)
* [Auto save the document in server](./how-to/auto-save-document)
* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ Using the exposed APIs, you can customize the find and replace functionality in

* [Options pane](../asp-net-core/dialog#options-pane)
* [Feature modules](../asp-net-core/feature-module)
* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color)
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ documenteditor.selection.closeHeaderFooter()

Explore how to add and customize headers and footers in Word documents using the ASP.NET Core DOCX Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/asp-net-core/documenteditor/headersandfooters#/tailwind3).


## See Also

* [Working with Section Formatting](../asp-net-core/section-format)
* [Working with Section Formatting](./section-format)
* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: ug
---


# How to Auto Save Document in ASP.NET Core DOCX Editor
# How to Auto Save Document to AWS S3 in ASP.NET Core DOCX Editor

This article explains how to auto save the document in AWS S3. You can automatically save the edited content in regular intervals of time. It helps to reduce the risk of data loss by saving an open document automatically at customized intervals.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ internal static FormatType GetFormatType(string format)
## See Also

* [Feature modules](../asp-net-core/feature-module)
* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner)
* [How to open default document](./how-to/open-default-document)
* [How to open document in read only by default](./how-to/read-by-default)
* [How to open document from URL](./how-to/open-document-by-address)
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,5 @@ Explore how to apply paragraph formatting in Word documents using the ASP.NET Co

* [Feature modules](./feature-module)
* [Paragraph dialog](./dialog#paragraph-dialog)
* [Keyboard shortcuts](./keyboard-shortcut)
* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ Explore how to apply section formatting in Word documents using the ASP.NET Core
## See also

* [Page setup dialog](../asp-net-core/dialog#page-setup-dialog)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ The following sample demonstrates how to delete the table row or columns, merge

* [Feature modules](../asp-net-core/feature-module)
* [Insert table dialog](../asp-net-core/dialog#table-dialog)
* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically)
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,6 @@ Explore how to apply text formatting in Word documents using the ASP.NET Core DO

* [Feature modules](../asp-net-core/feature-module)
* [Font dialog](../asp-net-core/dialog#font-dialog)
* [Keyboard shortcuts](../asp-net-core/keyboard-shortcut)
* [Keyboard shortcuts](./keyboard-shortcut#text-formatting)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
* [Customize the font family drop down](./how-to/customize-font-family-drop-down)
7 changes: 7 additions & 0 deletions Document-Processing/Word/Word-Processor/asp-net-core/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ The following example illustrates how to enable the heading navigation pane in t
### Online demo

Explore how to navigate through headings in Word documents using the ASP.NET Core DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/asp-net-core/documenteditor/headingnavigation#/tailwind3).

## See also

* [How to change the document view](./how-to/change-document-view)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component)
* [Resize the document editor](./how-to/resize-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ Explore how to insert and manage bookmarks in Word documents using the ASP.NET M

* [Feature modules](./feature-module)
* [Bookmark dialog](./dialog#bookmark-dialog)
* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text)
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,6 @@ Explore how to export Word documents in various formats using the ASP.NET MVC DO
## See Also

* [Feature modules](./feature-module)
* [How to export the document as PDF](./how-to/export-document-as-pdf).
* [How to export the document as pdf?](./how-to/export-document-as-pdf)
* [Auto save the document in server](./how-to/auto-save-document)
* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ Using the exposed APIs, you can customize the find and replace functionality in

* [Options pane](./dialog)
* [Feature modules](./feature-module)
* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color)
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ Explore how to add and customize headers and footers in Word documents using the
## See Also

* [Working with Section Formatting](./section-format)
* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: ug
---


# How to Auto Save Document in ASP.NET MVC DOCX Editor
# How to Auto Save Document to AWS S3 in ASP.NET MVC DOCX Editor

This article explains how to auto save the document in AWS S3. You can automatically save the edited content in regular intervals of time. It helps to reduce the risk of data loss by saving an open document automatically at customized intervals.

Expand Down
4 changes: 4 additions & 0 deletions Document-Processing/Word/Word-Processor/asp-net-mvc/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ internal static FormatType GetFormatType(string format)
## See Also

* [Feature modules](./feature-module)
* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner)
* [How to open default document](./how-to/open-default-document)
* [How to open document in read only by default](./how-to/read-by-default)
* [How to open document from URL](./how-to/open-document-by-address)
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ Explore how to apply paragraph formatting in Word documents using the ASP.NET MV
* [Feature modules](./feature-module)
* [Paragraph dialog](./dialog#paragraph-dialog)
* [Keyboard shortcuts](./keyboard-shortcut)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ Explore how to apply section formatting in Word documents using the ASP.NET MVC
## See Also

* [Page Setup Dialog](./dialog#page-setup-dialog)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ The following sample demonstrates how to delete the table row or columns, merge

* [Feature modules](./feature-module)
* [Insert table dialog](./dialog#table-dialog)
* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically)
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,6 @@ Explore how to apply text formatting in Word documents using the ASP.NET MVC DOC

* [Feature modules](./feature-module)
* [Font dialog](./dialog#font-dialog)
* [Keyboard shortcuts](./keyboard-shortcut)
* [Keyboard shortcuts](./keyboard-shortcut#text-formatting)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
* [Customize the font family drop down](./how-to/customize-font-family-drop-down)
7 changes: 7 additions & 0 deletions Document-Processing/Word/Word-Processor/asp-net-mvc/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ The following example illustrates how to enable the heading navigation pane in t
### Online demo

Explore how to navigate through headings in Word documents using the ASP.NET MVC DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/asp-net-mvc/documenteditor/headingnavigation#/tailwind3).

## See also

* [How to change the document view](./how-to/change-document-view)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component)
* [Resize the document editor](./how-to/resize-document-editor)
4 changes: 4 additions & 0 deletions Document-Processing/Word/Word-Processor/blazor/bookmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ N> The boolean parameter of `GetBookmarksAsync` specifies whether to include hid
## Online demo

Explore how to insert and manage bookmarks in Word documents using the Blazor DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/hyperlinks-and-bookmarks?theme=fluent2).

## See Also

* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text)
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ await container.DocumentEditor.Selection.CloseHeaderFooterAsync();
## Online demo

Explore how to add and customize headers and footers in Word documents using the Blazor DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/headers-and-footers?theme=fluent2).

## See Also

* [Working with Section Formatting](./section-format)
7 changes: 7 additions & 0 deletions Document-Processing/Word/Word-Processor/blazor/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ The following example demonstrates how to enable the heading navigation pane in
### Online demo

Explore how to navigate through headings in Word documents using the Blazor DOCX Editor in this live [Blazor Heading Navigation demo](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/heading-navigation?theme=fluent2).

## See also

* [How to change the document view](./how-to/change-document-view)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor)
* [Resize the document editor](./how-to/resize-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ Explore how to insert and manage bookmarks in Word documents using the JavaScrip

* [Feature modules](./feature-module)
* [Bookmark dialog](./dialog#bookmark-dialog)
* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text)
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,6 @@ Explore how to export Word documents in various formats using the JavaScript (ES
## See Also

* [Feature modules](./feature-module)
* [How to export the document as pdf?](./how-to/export-document-as-pdf)
* [How to export the document as pdf?](./how-to/export-document-as-pdf)
* [Auto save the document in server](./how-to/auto-save-document)
* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@ Using the exposed APIs, you can customize the find and replace functionality in
## See Also

* [Options pane](./dialog#options-pane)
* [Feature modules](./feature-module)
* [Feature modules](./feature-module)
* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color)
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ Explore how to add and customize headers and footers in Word documents using the

## See Also

* [Working with Section Formatting](./section-format)
* [Working with Section Formatting](./section-format)
* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---

# How to Auto Save Document in JavaScript DOCX Editor
# How to Auto Save Document to AWS S3 in JavaScript DOCX Editor

In this article, we are going to see how to auto save the document in AWS S3. You can automatically save the edited content at regular intervals of time. It helps reduce the risk of data loss by saving an open document automatically at customized intervals.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,7 @@ The following table illustrates the reasons for pagination (page-by-page display
## See also

* [Feature modules](./feature-module)
* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner)
* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner)
* [How to open default document](./how-to/open-default-document)
* [How to open document in read only by default](./how-to/read-only-default)
* [How to open document from URL](./how-to/open-document-by-address)
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ Explore how to apply paragraph formatting in Word documents using the JavaScript
* [Feature modules](./feature-module)
* [Paragraph dialog](./dialog#paragraph-dialog)
* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ Explore how to apply section formatting in Word documents using the JavaScript (

* [Page setup dialog](./dialog#page-setup-dialog)
* [Column dialog](./dialog#column-dialog)
* [Set the default format in document editor](./how-to/set-default-format-in-document-editor)
* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page)
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,4 @@ The following sample demonstrates how to delete the table rows or columns, merge

* [Feature modules](./feature-module)
* [Insert table dialog](./dialog#table-dialog)
* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically)
Loading