diff --git a/Document-Processing/Word/Word-Library/NET/FAQ.md b/Document-Processing/Word/Word-Library/NET/FAQ.md
index 83f92e0ff..c0da49cfb 100644
--- a/Document-Processing/Word/Word-Library/NET/FAQ.md
+++ b/Document-Processing/Word/Word-Library/NET/FAQ.md
@@ -5,7 +5,7 @@ platform: document-processing
control: DocIO
documentation: UG
---
-# Frequently Asked Questions
+# Frequently Asked Questions in Word Library
The frequently asked questions under each category in Essential® DocIO are listed below.
@@ -28,7 +28,6 @@ The frequently asked questions under each category in Essential®
* [Why does the item index in a Word document differ from the DocIO library?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#why-does-the-item-index-in-a-word-document-differ-from-the-docio-library)
* [How to view Word documents in my .NET MAUI application using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-view-word-documents-in-my-net-maui-application-using-docio)
* [How to identify if a Word document is in portrait or landscape?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-identify-if-a-word-document-is-in-portrait-or-landscape)
-* [How to save the Word document with same compatibility using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/word-file-formats#saving-word-document-with-compatibility)
* [How to create a Word document using DocIO in a python wrapper-based web API using .NET Core Word library?](https://support.syncfusion.com/kb/article/20139/how-to-create-a-word-document-using-docio-in-aspnet-core)
* [How to integrate DocIO functionality in Node.js using ASP.NET Core Web API?](https://support.syncfusion.com/kb/article/20317/how-to-integrate-docio-functionality-in-nodejs-using-aspnet-core-web-api)
* [Is it possible to fetch the page number of Word document elements using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#is-it-possible-to-fetch-the-page-number-of-word-document-elements-using-docio)
@@ -36,6 +35,8 @@ The frequently asked questions under each category in Essential®
* [Can DocIO open or process MPIP-protected Word documents?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#can-docio-open-or-process-mpip-protected-word-documents)
* [Why does content imported from one Word document to another start on a new page, even without a section break?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#why-does-content-imported-from-one-word-document-to-another-start-on-a-new-page-even-without-a-section-break)
* [Does DocIO process corrupted Word documents?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#does-docio-process-corrupted-word-documents)
+* [Does DocIO support sensitivity labels?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#does-docio-support-sensitivity-labels)
+* [Can DocIO Open a Document with Sensitivity Labels Applied?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#can-docio-open-a-document-with-sensitivity-labels-applied)
## Sections
diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
index 3a102073b..aa16a5760 100644
--- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
+++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md
@@ -46,7 +46,7 @@ Yes
| Field | +Supports Update | +
|---|---|
| = (Formula) field | + Yes + Known Limitation: + All formula fields are supported except formulas that evaluate an entire column or row (for example, =SUM(ABOVE)), which are not supported
+ |
+
| Advance field | Not Applicable |
| Ask field | No |
| Author field | Yes |
| AutoNum field | Not Applicable |
| AutoNumLGL field | Not Applicable |
| AutoNumOut field | Not Applicable |
| AutoText field | No |
| AutoTextList field | No |
| Comments field | Yes |
| Compare field | Yes |
| CreateDate field | No |
| Date field | Yes |
| DocProperty field | Yes |
| DocVariable field | Yes |
| FileName field | No |
| FileSize field | No |
| Fill-In field | No |
| GoToButton field | Not Applicable |
| Hyperlink field | Not Applicable |
| If field | Yes |
| IncludePicture field | Not Applicable |
| IncludeText field | No |
| Index field | No |
| Info field | No |
| Keywords field | No |
| LastSavedBy field | No |
| ListNum field | Not Applicable |
| MacroButton field | Not Applicable |
| MergeField field | Yes |
| MergeRec field | Yes |
| MergeSeq field | Yes |
| Next field | Yes |
| NextIf field | Yes |
| NoteRef field | No |
| NumChars field | No |
| NumPages field | +
+ Yes + Known Limitation: + Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts. + Requires UpdateDocumentFields() and PDF assemblies in .NET Core/MAUI.
+ |
+
| NumWords field | No |
| Page field | +
+ Yes + Known Limitation: + Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts. + Requires UpdateDocumentFields() and PDF assemblies in .NET Core/MAUI.
+ |
+
| PageRef field | +
+ Yes + Known Limitation: + Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts. + Requires UpdateDocumentFields() and PDF assemblies in .NET Core/MAUI.
+ |
+
| PrintDate field | No |
| Quote field | No |
| Ref field | Yes |
| RevNum field | No |
| SaveDate field | No |
| Section field | Yes |
| SectionPages field | No |
| Seq (Sequence) field | Yes |
| Set field | Yes |
| SkipIf field | No |
| StyleRef field | No |
| Subject field | Yes |
| Symbol field | Not Applicable |
| Template field | No |
| Time field | Yes |
| Title field | Yes |
| TOA | No |
| TOC (Table of Contents) field | Yes |
| UserAddress field | No |
| UserInitials field | No |
| UserName field | No |
| Selectors | @@ -328,6 +326,8 @@ N> DocIO supports only internally defined CSS selectors during HTML conversion a You can download a complete working sample that includes all these CSS selectors from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/HTML-conversions/Convert-HTML-with-CSS-Selctor-to-Word) +N> DocIO supports only internally defined CSS selectors during HTML conversion and does not support external CSS selectors referenced in the HTML file. + ## Convert Word to HTML The following code example shows how to convert the Word document into HTML. diff --git a/Document-Processing/Word/Word-Library/NET/text.md b/Document-Processing/Word/Word-Library/NET/text.md index 2b686ba6b..3e5b64701 100644 --- a/Document-Processing/Word/Word-Library/NET/text.md +++ b/Document-Processing/Word/Word-Library/NET/text.md @@ -10,6 +10,9 @@ documentation: UG The Essential® DocIO converts the Word document into Text file and vice versa. +To quickly start converting a Word document to Text and vice versa, please check out this video: +{% youtube "https://www.youtube.com/watch?v=sK71TfWEtk8" %} + ## Convert Word to Text The following code example shows how to convert the Word document into text file.